Sha256: 8759a7ade0d8e35e8c79a0056cde7b46c7409cacad13d33baa333351b376ddbb
Contents?: true
Size: 397 Bytes
Versions: 7
Compression:
Stored size: 397 Bytes
Contents
class VadersController < Stealth::Controller def my_action raise "oops" end def my_action2 end def my_action3 do_nothing end def action_with_unrecognized_msg handle_message( 'hello' => proc { puts "Hello world!" }, 'bye' => proc { puts "Goodbye world!" } ) end def action_with_unrecognized_match match = get_match(['hello', 'bye']) end end
Version data entries
7 entries across 7 versions & 1 rubygems