Sha256: b1deca12363a9b199dbd041f0a5a60bc641c5359a40b83932c9706aa098bd4f9
Contents?: true
Size: 306 Bytes
Versions: 32
Compression:
Stored size: 306 Bytes
Contents
module Plurimath module Math module Function end end end # Include the first level files before the next if RUBY_ENGINE != 'opal' ( Dir.glob(File.join(__dir__, "function", "*.rb")) + Dir.glob(File.join(__dir__, "function", "*", "*.rb")) ).each do |file| require file end end
Version data entries
32 entries across 32 versions & 1 rubygems