Sha256: 7ad39fb7ba7d43dbe4411ab22d94431a53128c89cdf4f9307e36e10b08e09a4e
Contents?: true
Size: 313 Bytes
Versions: 1
Compression:
Stored size: 313 Bytes
Contents
# require all the files, only if Opal is executing if RUBY_ENGINE == 'opal' require_relative 'sandoz/sandoz.rb' require_relative 'sandoz/version' else # NOT running inside of opal, set things up # so opal can find the files. require 'opal' Opal.append_path File.expand_path('..', __FILE__).untaint end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sandoz-0.1.52 | lib/sandoz.rb |