File: io.rb

package info (click to toggle)
ruby-lockbox 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: ruby: 1,447; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module Lockbox
  class IO < StringIO
    attr_accessor :original_filename, :content_type

    # private: do not use
    attr_accessor :extracted_content_type
  end
end