14 15 16 17 18
# File 'lib/awsom/application.rb', line 14 def run(files) files.each do |f| apply f end end