blob: 137a666c533f26c0c399cd6574801cfdcd8aac4d [file] [log] [blame]
def m(s)
case s
when 'create':
puts 'created'
end
end