Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/utopia/extensions/string.rb
Instance Method Summary collapse
Instance Method Details
#to_html ⇒ Object
24 25 26 |
# File 'lib/utopia/extensions/string.rb', line 24 def to_html Trenni::Strings::to_html(self) end |
#to_quoted_string ⇒ Object
28 29 30 |
# File 'lib/utopia/extensions/string.rb', line 28 def to_quoted_string Trenni::Strings::to_quoted_string(self) end |
#to_snake ⇒ Object
36 37 38 |
# File 'lib/utopia/extensions/string.rb', line 36 def to_snake Trenni::Strings::to_snake(self) end |
#to_title ⇒ Object
32 33 34 |
# File 'lib/utopia/extensions/string.rb', line 32 def to_title Trenni::Strings::to_title(self) end |