Libraries
»
GFunk911-mharris_ext
(1.4.4)
»
Index (R)
»
Regexp
Class: Regexp
Inherits:
Object
Object
Regexp
show all
Defined in:
lib/mharris_ext/regexp.rb
Class Method Summary
collapse
.
escaped
(str) ⇒ Object
Class Method Details
.
escaped
(str) ⇒
Object
2 3 4
# File 'lib/mharris_ext/regexp.rb', line 2
def
self
.
escaped
(
str
)
new
(
escape
(
str
)
)
end