Method: InVFS::StringMapFS#size
- Defined in:
- lib/invfs/stringmapfs.rb
#size(path) ⇒ Object
21 22 23 |
# File 'lib/invfs/stringmapfs.rb', line 21 def size(path) (map[path] or return nil).bytesize end |
21 22 23 |
# File 'lib/invfs/stringmapfs.rb', line 21 def size(path) (map[path] or return nil).bytesize end |