Module: Infrastructure::ShellInterface
- Defined in:
- lib/podrb/infrastructure/shell_interface.rb
Class Method Summary collapse
Class Method Details
.call(args) ⇒ Object
5 6 7 8 9 |
# File 'lib/podrb/infrastructure/shell_interface.rb', line 5 def self.call(args) return if args.nil? || args[:cmd].nil? `#{args[:cmd]}` end |