Method: Code::Parser::AndOperator#statement

Defined in:
lib/code/parser/and_operator.rb

#statementObject



6
7
8
# File 'lib/code/parser/and_operator.rb', line 6

def statement
  Equality
end