# File news2atom, line 458 def check_values() @options.each_value do |opt| if opt.status == :mandatory and opt.value.nil? then RDoc::usage(1, "Usage") end end end