# File lib/dnsruby/resource/GPOS.rb, line 150 def self.valid_float?(object) begin Float(object) true rescue false end end