Module: Cheers

Defined in:
lib/cheers.rb,
lib/cheers/eyes.rb,
lib/cheers/face.rb,
lib/cheers/color.rb,
lib/cheers/mouth.rb,
lib/cheers/avatar.rb,
lib/cheers/texture.rb,
lib/cheers/version.rb,
lib/cheers/component.rb,
lib/cheers/background.rb,
lib/cheers/decoration.rb,
lib/cheers/lower_glow.rb,
lib/cheers/upper_glow.rb,
lib/cheers/image_component.rb,
lib/cheers/contrasting_color_picker.rb

Defined Under Namespace

Classes: Avatar, Background, Color, Component, ContrastingColorPicker, Decoration, Eyes, Face, ImageComponent, LowerGlow, Mouth, Texture, UpperGlow

Constant Summary collapse

VERSION =
"0.0.3"

Class Method Summary collapse

Class Method Details

.rootObject



20
21
22
# File 'lib/cheers.rb', line 20

def self.root
  File.expand_path('../../', __FILE__)
end