Class: DateTime
Instance Method Summary collapse
-
#pretty_print(q) ⇒ String
The formatted
strftime
.
Instance Method Details
#pretty_print(q) ⇒ String
Returns the formatted strftime
.
186 187 188 |
# File 'lib/jinx/helpers/pretty_print.rb', line 186 def pretty_print(q) q.text(strftime) end |