class RubyDetective::AST::Nodes::AbsolutePathSignNode

Public Instance Methods

type() click to toggle source
# File lib/ruby_detective/ast/nodes/absolute_path_sign_node.rb, line 5
def type
  :absolute_path_sign
end