Rails Methods Flashcards
(1 cards)
1
Q
How to convert ‘string_with_underscore’ to something readable?
A
‘string_with_underscore’.titleize # => “String With Underscore”
How to convert ‘string_with_underscore’ to something readable?
‘string_with_underscore’.titleize # => “String With Underscore”