# File lib/locale/object.rb, line 172 def to_posix return @posix if @posix @posix = @language.dup @posix << "_#{@country}" if @country @posix end