Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/utopia/extensions/string.rb

Instance Method Summary collapse

Instance Method Details

#to_htmlObject



24
25
26
# File 'lib/utopia/extensions/string.rb', line 24

def to_html
	Trenni::Strings::to_html(self)
end

#to_quoted_stringObject



28
29
30
# File 'lib/utopia/extensions/string.rb', line 28

def to_quoted_string
	Trenni::Strings::to_quoted_string(self)
end

#to_snakeObject



36
37
38
# File 'lib/utopia/extensions/string.rb', line 36

def to_snake
	Trenni::Strings::to_snake(self)
end

#to_titleObject



32
33
34
# File 'lib/utopia/extensions/string.rb', line 32

def to_title
	Trenni::Strings::to_title(self)
end