Method: RokuBuilder.system
- Defined in:
- lib/roku_builder.rb
.system(command:) ⇒ String
Run a system command
219 220 221 |
# File 'lib/roku_builder.rb', line 219 def self.system(command:) `#{command}`.chomp end |
Run a system command
219 220 221 |
# File 'lib/roku_builder.rb', line 219 def self.system(command:) `#{command}`.chomp end |