Searched refs:mo3 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_method.rb20 def mo3(*a) end method in class:TestMethod
67 assert_equal(-1, method(:mo3).arity)
407 assert_equal([[:rest, :a]], method(:mo3).parameters)
421 assert_equal([[:rest, :a]], self.class.instance_method(:mo3).parameters)

Completed in 184 milliseconds