Class: Num

Inherits:
Struct
  • Object
show all
Defined in:
lib/angstrom/data_structures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



10
11
12
# File 'lib/angstrom/data_structures.rb', line 10

def index
  @index
end