8 9 10 11 12
# File 'lib/sdoc_all/core_extensions.rb', line 8 def write(s) open('w') do |f| f.write(s) end end