Classes: Example
5 6 7 8 9
# File 'lib/consumer/controls/consumer/error_handler.rb', line 5 def self.example(category=nil) category ||= Category.example Example.new(category) end