Object
Security types
# 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.