Method: Fast::Node#expression

Defined in:
lib/fast.rb

#expressionParser::Source::Range

Returns from the expression.

Returns:

  • from the expression



78
79
80
# File 'lib/fast.rb', line 78

def expression
  location.expression
end