Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/babosa.rb
Instance Method Summary collapse
- #to_identifier ⇒ Object (also: #to_slug)
Instance Method Details
#to_identifier ⇒ Object Also known as: to_slug
7 8 9 |
# File 'lib/babosa.rb', line 7 def to_identifier Babosa::Identifier.new self end |