module IsoOpal

Public Class Methods

paths() click to toggle source

Just to prevent Opal from freezing Opal.paths

# File lib/iso_opal.rb, line 3
def self.paths
  Opal.instance_variable_get(:@paths)
end
paths_include?(path) click to toggle source
# File lib/iso_opal.rb, line 7
def self.paths_include?(path)
  paths.include?(path)
end