Method: Spring::Client::Rails.description
- Defined in:
- lib/spring/client/rails.rb
.description ⇒ Object
15 16 17 |
# File 'lib/spring/client/rails.rb', line 15 def self.description "Run a rails command. The following sub commands will use spring: #{COMMANDS.to_a.join ', '}." end |