Libraries
»
ardm-types
(1.2.3)
»
Index
»
DataMapper
»
Property
»
Slug
»
#escape
Method: DataMapper::Property::Slug#escape
Defined in:
lib/dm-types/slug.rb
#
escape
(string) ⇒
Object
23 24 25
# File 'lib/dm-types/slug.rb', line 23
def
escape
(
string
)
string
.
to_url
end