module Utils::IRB::Shell

def irb_write(filename, text = nil)

def irb_write(filename, text = nil)
  File.secure_write filename, text, 'wb'
end