lib/inch/cli/command/options/base_object.rb in inch-0.1.3 vs lib/inch/cli/command/options/base_object.rb in inch-0.1.4
- old
+ new
@@ -27,11 +27,9 @@
yardopts_options(opts)
end
private
- # TODO: really check the last parameters if they are globs, files
- # or switches and find the object_name(s) that way
def parse_object_names(args)
arguments = Arguments.new(args)
object_names = arguments.object_names
object_names.each do |n|
@yard_files.delete(n)