Libraries
»
cinatra
(0.5.0)
»
Index
»
Cinatra
»
#get_command
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