Method: LearnOpen::Adapters::SystemAdapter.run_command_with_capture

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

.run_command_with_capture(command) ⇒ Object



23
24
25
# File 'lib/learn_open/adapters/system_adapter.rb', line 23

def self.run_command_with_capture(command)
  Open3.capture3(command)
end