Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/babosa.rb

Instance Method Summary collapse

Instance Method Details

#to_identifierObject Also known as: to_slug



7
8
9
# File 'lib/babosa.rb', line 7

def to_identifier
  Babosa::Identifier.new self
end