Class: Jade::Tuple::Tuple4

Inherits:
Data
  • Object
show all
Defined in:
lib/jade/runtime.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#_1Object (readonly)

Returns the value of attribute _1

Returns:

  • (Object)

    the current value of _1



20
21
22
# File 'lib/jade/runtime.rb', line 20

def _1
  @_1
end

#_2Object (readonly)

Returns the value of attribute _2

Returns:

  • (Object)

    the current value of _2



20
21
22
# File 'lib/jade/runtime.rb', line 20

def _2
  @_2
end

#_3Object (readonly)

Returns the value of attribute _3

Returns:

  • (Object)

    the current value of _3



20
21
22
# File 'lib/jade/runtime.rb', line 20

def _3
  @_3
end

#_4Object (readonly)

Returns the value of attribute _4

Returns:

  • (Object)

    the current value of _4



20
21
22
# File 'lib/jade/runtime.rb', line 20

def _4
  @_4
end

Instance Method Details

#to_sObject



21
# File 'lib/jade/runtime.rb', line 21

def to_s = "(#{[_1, _2, _3, _4].map(&:to_s).join(', ')})"