Class: DynamicWind::Stack
- Inherits:
-
Struct
- Object
- Struct
- DynamicWind::Stack
- Defined in:
- lib/dynamicwind.rb
Instance Attribute Summary collapse
-
#fst ⇒ Object
Returns the value of attribute fst.
-
#next ⇒ Object
Returns the value of attribute next.
-
#snd ⇒ Object
Returns the value of attribute snd.
Instance Attribute Details
#fst ⇒ Object
Returns the value of attribute fst
9 10 11 |
# File 'lib/dynamicwind.rb', line 9 def fst @fst end |
#next ⇒ Object
Returns the value of attribute next
9 10 11 |
# File 'lib/dynamicwind.rb', line 9 def next @next end |
#snd ⇒ Object
Returns the value of attribute snd
9 10 11 |
# File 'lib/dynamicwind.rb', line 9 def snd @snd end |