module Locale::Driver::Env::Private
Public Instance Methods
Source
# File lib/locale/driver/env.rb, line 86 def parse(env_value) return nil if env_value.nil? return nil if env_value.empty? Locale::Tag::Posix.parse(env_value) end
# File lib/locale/driver/env.rb, line 86 def parse(env_value) return nil if env_value.nil? return nil if env_value.empty? Locale::Tag::Posix.parse(env_value) end