# File lib/ruport/formatter.rb, line 225 def method_missing(id,*args) if self.class.formats.include?(id) yield() if format == id else super end end