Method: InVFS.stringmap
- Defined in:
- lib/invfs.rb
.stringmap(*map) ⇒ Object
183 184 185 186 187 |
# File 'lib/invfs.rb', line 183 def InVFS.stringmap(*map) require_relative "invfs/stringmapfs" StringMapFS.new(*map) end |
183 184 185 186 187 |
# File 'lib/invfs.rb', line 183 def InVFS.stringmap(*map) require_relative "invfs/stringmapfs" StringMapFS.new(*map) end |