class Rufo::FileList

def resolve_exclude # :nodoc:

:nodoc:
def resolve_exclude # :nodoc:
  reject! { |fn| excluded_from_list?(fn) }
  self
end