class Compass::Installers::Manifest::Entry

A Manifest entry

Public Instance Methods

to() click to toggle source
# File lib/compass/installers/manifest.rb, line 9
def to
  options[:to] || from
end