Method: AbstractMapper::Rules::Pair#left
- Defined in:
- lib/abstract_mapper/rules/pair.rb
#left ⇒ AbstractMapper::AST::Node (readonly)
Returns The left node in the pair.
41 42 43 |
# File 'lib/abstract_mapper/rules/pair.rb', line 41 def left @left end |