class IRB::Context

Public Instance Methods

evaluate(*a, **o) click to toggle source

Capture execution time

   # File lib/brice/rc/070_prompt.rb
20 def evaluate(*a, **o)
21   @_brice_tms = Benchmark.measure { _brice_original_evaluate(*a, **o) }
22 end