Method: XDry::ImplementationStartIP#initialize
- Defined in:
- lib/xdry/patching/insertion_points.rb
#initialize(oclass) ⇒ ImplementationStartIP
Returns a new instance of ImplementationStartIP.
65 66 67 68 |
# File 'lib/xdry/patching/insertion_points.rb', line 65 def initialize oclass @oclass = oclass super() end |