Method: AbstractMapper::AST::Node#inspect
- Defined in:
- lib/abstract_mapper/ast/node.rb
#inspect ⇒ String
Returns a human-readable string representating the node
53 54 55 |
# File 'lib/abstract_mapper/ast/node.rb', line 53 def inspect "<#{self}>" end |