# File lib/brakeman/report.rb, line 50 def method_missing method, *args if VALID_FORMATS.include? method format method else super end end