Method: TrainSH::Session#run_idle
- Defined in:
- lib/trainsh/session.rb
#run_idle ⇒ Object
158 159 160 |
# File 'lib/trainsh/session.rb', line 158 def run_idle @ping = ::Benchmark.measure { run('#', skip_affixes: true) }.real * 1000 end |