10 11 12 13 14
# File 'lib/fileset.rb', line 10 def load ::File::open(@path, "r") do |file| @rep.load(file) end end