Method: Deferral::StackFrame#initialize

Defined in:
lib/deferral/stack_frame.rb

#initialize(type) ⇒ StackFrame

Returns a new instance of StackFrame.



7
8
9
10
# File 'lib/deferral/stack_frame.rb', line 7

def initialize(type)
  @type = type
  @releases = []
end