class Tilt::Mapping

def lazy?(ext)

def lazy?(ext)
  ext = ext.downcase
  @lazy_map.has_key?(ext) && !@lazy_map[ext].empty?
end