Module: Peeek::Readily
- Defined in:
- lib/peeek.rb
Instance Method Summary collapse
-
#peeek(*method_specs) {|call| ... } ⇒ Object
Register a hook to methods of self to the current Peeek object.
Instance Method Details
#peeek(*method_specs) {|call| ... } ⇒ Object
Register a hook to methods of self to the current Peeek object.
140 141 142 |
# File 'lib/peeek.rb', line 140 def peeek(*method_specs, &process) Peeek.current.hook(self, *method_specs, &process) end |