File Manager
Path:
/
proc
/
self
/
root
/
opt
/
chef
/
embedded
/
lib
/
ruby
/
gems
/
2.7.0
/
gems
/
nori-2.6.0
/
lib
/
nori
/
Viewing File: string_io_file.rb
class Nori class StringIOFile < StringIO attr_accessor :original_filename, :content_type end end