Class | Dnsruby::Classes |
In: |
lib/dnsruby.rb
|
Parent: | CodeMapper |
IN | = | 1 | ||
CH | = | 3 | ||
HS | = | 4 | CHAOS = 3 # RFC 1035 | |
NONE | = | 254 | HESIOD = 4 # RFC 1035 | |
ANY | = | 255 |
# File lib/dnsruby.rb, line 179 179: def unknown_code(arg) 180: Classes.add_pair('CLASS' + arg.to_s, arg) 181: set_code(arg) 182: end