Method: PryTester#process_command
- Defined in:
- lib/pry_tester.rb
#process_command(command_str) ⇒ Object
51 52 53 54 |
# File 'lib/pry_tester.rb', line 51 def process_command(command_str) @pry.process_command(command_str) or raise "Not a valid command" last_command_result_or_output end |