# File lib/fog/joyent/requests/compute/list_keys.rb, line 14
        def list_keys
          request(
            :expects => 200,
            :method => 'GET''GET',
            :path => '/my/keys'
          )
        end