module Utils::IRB::String

def >>(filename)

Write this string into file +filename+.
def >>(filename)
  File.secure_write(filename, self)
end