Sha256: ce1b8063fd3d18d9105b1680025828c6e6bbc6500a833f31ab9e00e0b1f30c4e
Contents?: true
Size: 212 Bytes
Versions: 3
Compression:
Stored size: 212 Bytes
Contents
# Namespace for the Opushon library. module Opushon # Contains available types. module Type end end Dir[File.join File.dirname(__FILE__), 'type', '*.rb'].each do |filename| require_relative filename end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
opushon-0.1.1 | lib/opushon/type.rb |
opushon-0.1.0 | lib/opushon/type.rb |
opushon-0.0.1 | lib/opushon/type.rb |