Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::Proto::RFB::AuthType

Security types

Public Class Methods

to_s(num) click to toggle source
# File lib/rex/proto/rfb/constants.rb, line 42
def self.to_s(num)
        self.constants.each { |c|
                return c.to_s if self.const_get(c) == num
        }
        'Unknown'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.