lib/inch/cli/yardopts_helper.rb in inch-0.3.0 vs lib/inch/cli/yardopts_helper.rb in inch-0.3.1.rc1
- old
+ new
@@ -23,10 +23,10 @@
dupped_args.delete("--help")
dupped_args.delete_if do |arg|
arg =~ /^\-/ && !VALID_YARD_SWITCHES.include?(arg)
end
- debug "Sending args to YARD:\n" \
+ ui.debug "Sending args to YARD:\n" \
" args: #{dupped_args}"
wrapper.parse_arguments(*dupped_args)
self.yard_files = wrapper.files