Method: InVFS::StringMapFS#read

Defined in:
lib/invfs/stringmapfs.rb

#read(path) ⇒ Object



25
26
27
# File 'lib/invfs/stringmapfs.rb', line 25

def read(path)
  (map[path] or return nil).to_s
end