Method: XDry::AfterDefineIP#initialize

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

#initialize(scope) ⇒ AfterDefineIP

Returns a new instance of AfterDefineIP.



140
141
142
143
# File 'lib/xdry/patching/insertion_points.rb', line 140

def initialize scope
  @scope = scope
  super()
end