Method: LearnOpen::Adapters::SystemAdapter.run_command

Defined in:
lib/learn_open/adapters/system_adapter.rb

.run_command(command) ⇒ Object



19
20
21
# File 'lib/learn_open/adapters/system_adapter.rb', line 19

def self.run_command(command)
  system(command)
end