# File lib/rumai/ixp/transport.rb, line 267
      def read aPath
        open aPath do |f|
          f.read
        end
      end