Class: Aspekt::Joinpoint

Inherits:
Object
  • Object
show all
Defined in:
lib/aspekt/joinpoint.rb

Instance Method Summary collapse

Methods inherited from Object

all, #initialize

Constructor Details

This class inherits a constructor from Aspekt::Object

Instance Method Details

#proceedObject

Execute the orginal method.



10
11
12
# File 'lib/aspekt/joinpoint.rb', line 10

def proceed
  self[:bound_method].(*self[:args], &self[:block])
end