Method: Bogo::Stack::Hooks#stack

Defined in:
lib/bogo/stack.rb

#stackStack (readonly)

Returns stack associated with these hooks.

Returns:

  • (Stack)

    stack associated with these hooks



19
20
21
# File 'lib/bogo/stack.rb', line 19

def stack
  @stack
end