# File lib/dnsruby/resource/NXT.rb, line 271 def self.from_binary_string(binary_string) new(BitMapping.binary_string_to_number(binary_string)) end