109 110 111 112 113
# File 'lib/licit/licenser.rb', line 109 def files Dir.chdir(files_dir) do return Dir['**'] end end