class Opal::Environment

def append_opal_paths

def append_opal_paths
  Opal.paths.each { |p| append_path p }
end