Class: Spring::Commands::Coach
- Inherits:
-
Object
- Object
- Spring::Commands::Coach
- Defined in:
- lib/spring/commands/coach.rb
Instance Method Summary collapse
Instance Method Details
#env ⇒ Object
6 7 8 |
# File 'lib/spring/commands/coach.rb', line 6 def env(*) "development" end |
#exec_name ⇒ Object
10 11 12 |
# File 'lib/spring/commands/coach.rb', line 10 def exec_name "coach" end |