# File lib/dnsruby/resource/GPOS.rb, line 167 def self.validate_longitude(value) validate_float_in_range('longitude', value, 180) end