Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/imp3/cli.rb
Instance Method Summary collapse
Instance Method Details
#normalize ⇒ Object
92 93 94 |
# File 'lib/imp3/cli.rb', line 92 def normalize FriendlyId::SlugString.new(self).normalize!.approximate_ascii!.to_s end |
#normalized_without_words ⇒ Object
88 89 90 |
# File 'lib/imp3/cli.rb', line 88 def normalized_without_words self.strip_meaningless_words.normalize end |