Method: XDry::BeforeImplementationStartIP#initialize
- Defined in:
- lib/xdry/patching/insertion_points.rb
#initialize(oclass) ⇒ BeforeImplementationStartIP
Returns a new instance of BeforeImplementationStartIP.
78 79 80 81 |
# File 'lib/xdry/patching/insertion_points.rb', line 78 def initialize oclass @oclass = oclass super() end |