Sha256: aa8af30f78461c229e24ffee7428f52bdbd6a78ba1ceb70de2831f037d939d35
Contents?: true
Size: 891 Bytes
Versions: 2
Compression:
Stored size: 891 Bytes
Contents
$LOAD_PATH << File.expand_path('../', __FILE__) module Cheers autoload :VERSION, 'cheers/version' autoload :Avatar, 'cheers/avatar' autoload :Background, 'cheers/background' autoload :Color, 'cheers/color' autoload :Component, 'cheers/component' autoload :ContrastingColorPicker, 'cheers/contrasting_color_picker' autoload :Decoration, 'cheers/decoration' autoload :Eyes, 'cheers/eyes' autoload :Face, 'cheers/face' autoload :ImageComponent, 'cheers/image_component' autoload :LowerGlow, 'cheers/lower_glow' autoload :Mouth, 'cheers/mouth' autoload :Texture, 'cheers/texture' autoload :UpperGlow, 'cheers/upper_glow' def self.root File.expand_path('../../', __FILE__) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cheers-0.0.4 | lib/cheers.rb |
cheers-0.0.3 | lib/cheers.rb |