benchmark_methods 0.5
Measure and benchmark execution time of your ruby methods. Forgot about `Time.now - t` solution. Use `benchmark` to see how much time it take sto execute your method.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activesupport
>= 4.0.0