Class: DynamicWind::Stack

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

Instance Attribute Summary collapse

Instance Attribute Details

#fstObject

Returns the value of attribute fst

Returns:

  • (Object)

    the current value of fst



9
10
11
# File 'lib/dynamicwind.rb', line 9

def fst
  @fst
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



9
10
11
# File 'lib/dynamicwind.rb', line 9

def next
  @next
end

#sndObject

Returns the value of attribute snd

Returns:

  • (Object)

    the current value of snd



9
10
11
# File 'lib/dynamicwind.rb', line 9

def snd
  @snd
end