Method: Dev::Ruby#base_command
- Defined in:
- lib/firespring_dev_commands/ruby.rb
#base_command ⇒ Object
The base npm command that is the starting point for all subsequent commands
59 60 61 |
# File 'lib/firespring_dev_commands/ruby.rb', line 59 def base_command ['bundle'] end |