= private = protected
=~(re)
Compare #name and TZInfo identifier to a supplied regexp, returning true if a match is found.
# File activesupport/lib/active_support/values/time_zone.rb, line 245 def =~(re) re === name || re === MAPPING[name] end