# File lib/rumai/ixp/transport.rb, line 296 def write aPath, aContent open aPath, 'w' do |f| f << aContent end end