Method: XDry::BeforeSuperCallIP#initialize

Defined in:
lib/xdry/patching/insertion_points.rb

#initialize(scope) ⇒ BeforeSuperCallIP

Returns a new instance of BeforeSuperCallIP.



104
105
106
107
# File 'lib/xdry/patching/insertion_points.rb', line 104

def initialize scope
  @scope = scope
  super()
end