summaryrefslogtreecommitdiff
path: root/test/ruby/test_arity.rb
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_arity.rb10
1 files changed, 10 insertions, 0 deletions
@@ -58,4 +58,14 @@ class TestArity < Test::Unit::TestCase
assert_equal :ok, p.call(1, 2, 3)
assert_equal :ok, p.call
end
end