Class: DogNotGod::Shell

Inherits:
Object
  • Object
show all
Defined in:
lib/client_commands.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeShell

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