Sha256: ba002da791f8fcdf81eadf7a019ce2037ea6c2ac5b45ec594fcc2f997f29d8e7
Contents?: true
Size: 452 Bytes
Versions: 1
Compression:
Stored size: 452 Bytes
Contents
if RUBY_ENGINE == 'opal' require 'hyperloop/client_stubs' require 'hyperloop/on_client' else require 'opal' require 'hyperloop/config_settings' require 'hyperloop/imports' require 'hyperloop/client_readers' require 'hyperloop/on_client' require 'hyperloop/rail_tie' if defined? Rails Hyperloop.import 'opal', gem: true Hyperloop.import 'hyperloop-config', gem: true Opal.append_path(File.expand_path('../', __FILE__).untaint) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyperloop-config-0.9.2 | lib/hyperloop-config.rb |