mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
few more enlightening tweaks
This commit is contained in:
@@ -62,6 +62,7 @@ class AboutMethods < EdgeCase::Koan
|
||||
end
|
||||
|
||||
def test_calling_with_variable_arguments
|
||||
assert_equal __, method_with_var_args.class
|
||||
assert_equal __, method_with_var_args
|
||||
assert_equal __, method_with_var_args(:one)
|
||||
assert_equal __, method_with_var_args(:one, :two)
|
||||
|
||||
Reference in New Issue
Block a user