Method: Cinatra#get_command

Defined in:
lib/cinatra.rb

#get_command(name) ⇒ Object



30
31
32
# File 'lib/cinatra.rb', line 30

def get_command(name)
  commands[name.to_sym]
end