method
dot_pat
dot_pat(str)
private
Hide source
# File lib/drb/acl.rb, line 36 def dot_pat(str) exp = "^" + dot_pat_str(str) + "$" Regexp.new(exp) end