24 25 26 27 28
# File 'lib/clean_up/folder.rb', line 24 def file(&block) with_options(block) do @files_rules << file_rule_class.new(options) end end