Object
TODO: sort list
# File test/something.rb, line 32 def bbegin begin 1 rescue SyntaxError => e1 2 rescue Exception => e2 3 else 4 ensure 5 end end
# File test/something.rb, line 46 def bbegin_no_exception begin 5 rescue 6 end end
# File test/something.rb, line 27 def determine_args 5 == unknown_args(4, "known") end
# File test/something.rb, line 16 def multi_args(arg1, arg2) arg3 = arg1 * arg2 * 7 puts(arg3.to_s) return "foo" end
Generated with the Darkfish Rdoc Generator 2.