Method: Jets::Turbo::Rail#sh
- Defined in:
- lib/jets/turbo/rail.rb
#sh(command, quiet: false) ⇒ Object
104 105 106 107 |
# File 'lib/jets/turbo/rail.rb', line 104 def sh(command, quiet: false) puts "=> #{command}" unless quiet system command end |