Class: XDry::BeforeInterfaceEndIP
- Inherits:
-
InsertionPoint
- Object
- InsertionPoint
- XDry::BeforeInterfaceEndIP
- Defined in:
- lib/xdry/patching/insertion_points.rb
Instance Attribute Summary
Attributes inherited from InsertionPoint
Instance Method Summary collapse
- #find! ⇒ Object
-
#initialize(oclass) ⇒ BeforeInterfaceEndIP
constructor
A new instance of BeforeInterfaceEndIP.
Methods inherited from InsertionPoint
Constructor Details
#initialize(oclass) ⇒ BeforeInterfaceEndIP
Returns a new instance of BeforeInterfaceEndIP.
91 92 93 94 |
# File 'lib/xdry/patching/insertion_points.rb', line 91 def initialize oclass @oclass = oclass super() end |
Instance Method Details
#find! ⇒ Object
96 97 98 |
# File 'lib/xdry/patching/insertion_points.rb', line 96 def find! before @oclass.main_interface.end_node end |