method
dot_pat
v1_9_2_180 -
Show latest stable
- Class:
ACL::ACLEntry
dot_pat(str)private
No documentation available.
# File lib/drb/acl.rb, line 36
def dot_pat(str)
exp = "^" + dot_pat_str(str) + "$"
Regexp.new(exp)
end