Class: RSX::Nodes::Expression

Inherits:
Struct
  • Object
show all
Defined in:
lib/rsx/nodes.rb

Overview

ruby in child position.

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



11
12
13
# File 'lib/rsx/nodes.rb', line 11

def line
  @line
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



11
12
13
# File 'lib/rsx/nodes.rb', line 11

def source
  @source
end