class ActiveSupport::TimeZone

def =~(re)

if a match is found.
Compare #name and TZInfo identifier to a supplied regexp, returning +true+
def =~(re)
  re === name || re === MAPPING[name]
end