Class: CopyBot::ShellCommand
- Inherits:
-
Object
- Object
- CopyBot::ShellCommand
- Defined in:
- lib/copy_bot/shell_command.rb
Instance Method Summary collapse
- #execute ⇒ FalseClass, TrueClass
-
#initialize(command) ⇒ ShellCommand
constructor
A new instance of ShellCommand.
Constructor Details
#initialize(command) ⇒ ShellCommand
Returns a new instance of ShellCommand.
4 5 6 |
# File 'lib/copy_bot/shell_command.rb', line 4 def initialize(command) @command = command end |