= private = protected
dot_pat(str)
Creates a Regexp to match an address.
# File lib/drb/acl.rb, line 91 def dot_pat(str) /\A#{dot_pat_str(str)}\z/ end