Class: Aspekt::Joinpoint
Instance Method Summary collapse
-
#proceed ⇒ Object
Execute the orginal method.
Methods inherited from Object
Constructor Details
This class inherits a constructor from Aspekt::Object
Instance Method Details
#proceed ⇒ Object
Execute the orginal method.
10 11 12 |
# File 'lib/aspekt/joinpoint.rb', line 10 def proceed self[:bound_method].(*self[:args], &self[:block]) end |