Class: Spring::Commands::Thor
- Inherits:
-
Object
- Object
- Spring::Commands::Thor
- Defined in:
- lib/spring/commands/thor.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
16 17 18 |
# File 'lib/spring/commands/thor.rb', line 16 def call load Gem.bin_path(gem_name, exec_name) end |
#env ⇒ Object
4 5 6 |
# File 'lib/spring/commands/thor.rb', line 4 def env(*) "development" end |
#exec_name ⇒ Object
8 9 10 |
# File 'lib/spring/commands/thor.rb', line 8 def exec_name "thor" end |
#gem_name ⇒ Object
12 13 14 |
# File 'lib/spring/commands/thor.rb', line 12 def gem_name "thor" end |