Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/waxx/patch.rb
Instance Method Summary collapse
-
#f(format = '%d-%b-%Y') ⇒ Object
Format time in strftime.
-
#h ⇒ Object
HTML format.
Instance Method Details
#f(format = '%d-%b-%Y') ⇒ Object
Format time in strftime
140 141 142 |
# File 'lib/waxx/patch.rb', line 140 def f(format='%d-%b-%Y') strftime format end |
#h ⇒ Object
HTML format
136 137 138 |
# File 'lib/waxx/patch.rb', line 136 def h to_s.h end |