rename cmdline() argument

This commit is contained in:
Johan Holmberg 2016-11-28 13:36:02 +01:00
parent 5c84e04a51
commit 4164dd7752

View File

@ -53,7 +53,7 @@ module Cmdtest
def testmethod_end(method)
end
def cmdline(method, comment)
def cmdline(cmdline_arg, comment)
end
def test_skipped(str)
@ -103,7 +103,7 @@ module Cmdtest
@n_methods += 1
end
def cmdline(method, comment)
def cmdline(cmdline_arg, comment)
@n_commands += 1
end