# File lib/gherkin/tools/files.rb, line 9 def initialize(paths) raise "Please specify one or more paths" if paths.empty? @paths = paths end