Method: AbstractMapper::Rules::Pair#left

Defined in:
lib/abstract_mapper/rules/pair.rb

#leftAbstractMapper::AST::Node (readonly)

Returns The left node in the pair.

Returns:



41
42
43
# File 'lib/abstract_mapper/rules/pair.rb', line 41

def left
  @left
end