Method: Spring.command

Defined in:
lib/spring/commands.rb

.command(name) ⇒ Object



19
20
21
# File 'lib/spring/commands.rb', line 19

def self.command(name)
  commands.fetch name
end