This file is indexed.

/usr/lib/ruby/vendor_ruby/AWS/EC2/devpay.rb is in ruby-amazon-ec2 0.9.17-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
module AWS
  module EC2
    class Base < AWS::Base


      # Not yet implemented
      #
      # @todo Implement this method
      #
      def confirm_product_instance( options = {} )
        raise "Not yet implemented"
      end


    end
  end
end