342 343 344
# File 'lib/assert2.rb', line 342 def self.write(filename, contents) open(filename, 'w'){|f| f.write(contents) } end