# File lib/dnsruby/resource/GPOS.rb, line 171 def self.validate_latitude(value) validate_float_in_range('latitude', value, 90) end