class Nori
  class StringIOFile < StringIO

    attr_accessor :original_filename, :content_type

  end
end
