Method: Fast::Node#source

Defined in:
lib/fast.rb

#sourceString

Returns with the content of the #expression.

Returns:

  • (String)

    with the content of the #expression



83
84
85
# File 'lib/fast.rb', line 83

def source
  expression.source
end