113 114 115 116
# File 'lib/fileset.rb', line 113 def load(file) @contents = file.read return @contents end