class Proc

Public Instance Methods

at_what_cost?() click to toggle source
# File lib/at_what_cost.rb, line 10
def at_what_cost?
  Benchmark.bm do |x|
    x.report(&self)
  end
end