Method: InVFS.loaded?

Defined in:
lib/invfs.rb

.loaded?(vfs, lib) ⇒ Boolean

Returns:

  • (Boolean)


116
117
118
# File 'lib/invfs.rb', line 116

def InVFS.loaded?(vfs, lib)
  !!$".include?(LOADED_PREFIX + File.join(vfs, lib))
end