Class: Command
Overview
Instead of exit, look for EOF!
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
44 45 46 |
# File 'lib/flustered/adapters/minitest.rb', line 44 def command @command end |
#timeout ⇒ Object
Returns the value of attribute timeout
44 45 46 |
# File 'lib/flustered/adapters/minitest.rb', line 44 def timeout @timeout end |