Module: IsoOpal

Defined in:
lib/iso_opal.rb

Class Method Summary collapse

Class Method Details

.pathsObject



2
3
4
# File 'lib/iso_opal.rb', line 2

def self.paths
  Opal.instance_variable_get(:@paths)
end

.paths_include?(path) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/iso_opal.rb', line 6

def self.paths_include?(path)
  paths.include?(path)
end