lib/cri/parser.rb in cri-2.15.0 vs lib/cri/parser.rb in cri-2.15.1
- old
+ new
@@ -125,10 +125,10 @@
@running = false
end
# @return [Cri::ArgumentList] The list of arguments that have already been
# parsed, excluding the -- separator.
- def arguments
+ def gen_argument_list
ArgumentList.new(@raw_arguments, @explicitly_no_params, @param_defns)
end
private