lib/compass/installers/manifest.rb in chriseppstein-compass-0.5.5 vs lib/compass/installers/manifest.rb in chriseppstein-compass-0.5.9
- old
+ new
@@ -1,8 +1,9 @@
module Compass
module Installers
class Manifest
+ include Enumerable
# A Manifest entry
class Entry < Struct.new(:type, :from, :options)
def to
options[:to] || from
\ No newline at end of file