class AwesomePrint::Formatter

upstream issue: github.com/michaeldv/awesome_print/pull/36<br>/awesome_print/lib/awesome_print/formatter.rb
Support OpenStruct in Awesome Print

def awesome_openstruct target

def awesome_openstruct target
  awesome_hash target.marshal_dump
end