Module: Fiveruns::Tuneup::CustomMethods
- Defined in:
- lib/fiveruns/tuneup/custom_methods.rb
Instance Method Summary collapse
-
#tuneup(*args) ⇒ Object
Manually instrument methods.
Instance Method Details
#tuneup(*args) ⇒ Object
Manually instrument methods
4 5 6 |
# File 'lib/fiveruns/tuneup/custom_methods.rb', line 4 def tuneup(*args) Fiveruns::Tuneup.add_custom_methods(self, *args) end |