Method: Opal.gem_dir

Defined in:
lib/opal/paths.rb

.gem_dirObject

We use this file from inside Opal as well, and dir is not yet supported. rubocop:disable Style/ExpandPathArguments



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

def self.gem_dir
  File.expand_path('../..', __FILE__)
end