Class: Jade::Tuple::Tuple4
- Inherits:
-
Data
- Object
- Data
- Jade::Tuple::Tuple4
- Defined in:
- lib/jade/runtime.rb
Instance Attribute Summary collapse
-
#_1 ⇒ Object
readonly
Returns the value of attribute _1.
-
#_2 ⇒ Object
readonly
Returns the value of attribute _2.
-
#_3 ⇒ Object
readonly
Returns the value of attribute _3.
-
#_4 ⇒ Object
readonly
Returns the value of attribute _4.
Instance Method Summary collapse
Instance Attribute Details
#_1 ⇒ Object (readonly)
Returns the value of attribute _1
17 18 19 |
# File 'lib/jade/runtime.rb', line 17
def _1
@_1
end
|
#_2 ⇒ Object (readonly)
Returns the value of attribute _2
17 18 19 |
# File 'lib/jade/runtime.rb', line 17
def _2
@_2
end
|
#_3 ⇒ Object (readonly)
Returns the value of attribute _3
17 18 19 |
# File 'lib/jade/runtime.rb', line 17
def _3
@_3
end
|
#_4 ⇒ Object (readonly)
Returns the value of attribute _4
17 18 19 |
# File 'lib/jade/runtime.rb', line 17
def _4
@_4
end
|
Instance Method Details
#to_s ⇒ Object
18 |
# File 'lib/jade/runtime.rb', line 18 def to_s = "(#{[_1, _2, _3, _4].map(&:to_s).join(', ')})" |