class Opal::Environment

def initialize(*)

def initialize(*)
  super
  
  Opal.paths.each { |path| append_path path }
end