Method: Spring.command?

Defined in:
lib/spring/commands.rb

.command?(name) ⇒ Boolean

Returns:



15
16
17
# File 'lib/spring/commands.rb', line 15

def self.command?(name)
  commands.include? name
end