Method: Opal.gem_dir
- Defined in:
- lib/opal/paths.rb
.gem_dir ⇒ Object
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.('../..', __FILE__) end |