Module: Benchmeth::InstanceMethods
- Defined in:
- lib/benchmeth.rb
Instance Method Summary collapse
Instance Method Details
#benchmark(*method_names, &block) ⇒ Object
63 64 65 |
# File 'lib/benchmeth.rb', line 63 def benchmark(*method_names, &block) self.class.benchmark(*method_names, &block) end |