Object
# File lib/compass/sass_extensions/sprites/layout.rb, line 20 def layout! raise Compass::SpriteException, "You must impliment layout!" end
# File lib/compass/sass_extensions/sprites/layout.rb, line 24 def properties if @width.zero? raise Compass::SpriteException, "You must set the width fetching the properties" end if @height.zero? raise Compass::SpriteException, "You must set the height fetching the properties" end [@images, @width, @height] end
Generated with the Darkfish Rdoc Generator 2.