Method: SpinalTap::ClientHelpers#exec_history
- Defined in:
- lib/spinal_tap/client_helpers.rb
#exec_history ⇒ Object
150 151 152 153 154 |
# File 'lib/spinal_tap/client_helpers.rb', line 150 def exec_history @history.all.each_with_index do |entry, index| write("#{index.to_s.ljust(4, ' ')} #{entry}\r\n") end end |