Class: RoCommands::Shortcuts
- Defined in:
- lib/shortcuts.rb,
lib/ro_commands/shortcuts.rb
Instance Method Summary collapse
Methods inherited from Base
describe, method_added, meths, usage
Methods included from Bash
#_bash, #bash, #bash_lines, #bash_per, #handle_path
Instance Method Details
#work ⇒ Object
6 7 8 9 10 11 |
# File 'lib/ro_commands/shortcuts.rb', line 6 def work action("zeus start") bx "rake sunspot:solr:run" bx "spork" bx "guard" end |