Class: Aop::MethodReference::Singleton
- Inherits:
-
Aop::MethodReference
- Object
- Aop::MethodReference
- Aop::MethodReference::Singleton
- Defined in:
- lib/aop/method_reference.rb
Instance Method Summary collapse
Methods inherited from Aop::MethodReference
#call, #decorate, from, #initialize, #method_name
Constructor Details
This class inherits a constructor from Aop::MethodReference
Instance Method Details
#alias_target(target) ⇒ Object
58 59 60 |
# File 'lib/aop/method_reference.rb', line 58 def alias_target(target) class << target; self; end end |
#method_notation ⇒ Object
54 55 56 |
# File 'lib/aop/method_reference.rb', line 54 def method_notation "." end |