module Opal

def self.gem_dir

rubocop:disable Style/ExpandPathArguments
We use this file from inside Opal as well, and __dir__ is not yet supported.
def self.gem_dir
  File.expand_path('../..', __FILE__)
end