Class: Huebot::Program::AST::Num

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot/program.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nObject

Returns the value of attribute n

Returns:

  • (Object)

    the current value of n



29
30
31
# File 'lib/huebot/program.rb', line 29

def n
  @n
end