Class: DogNotGod::Shell
- Inherits:
-
Object
- Object
- DogNotGod::Shell
- Defined in:
- lib/client_commands.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Shell
constructor
A new instance of Shell.
Constructor Details
#initialize ⇒ Shell
Returns a new instance of Shell.
5 6 7 |
# File 'lib/client_commands.rb', line 5 def initialize raise "StaticClass" end |
Class Method Details
.call(command) ⇒ Object
9 10 11 |
# File 'lib/client_commands.rb', line 9 def self.call(command) `#{command}` end |