Method: Time#f

Defined in:
lib/waxx/patch.rb

#f(format = '%d-%b-%Y') ⇒ Object

Format time in strftime



133
134
135
# File 'lib/waxx/patch.rb', line 133

def f(format='%d-%b-%Y')
  strftime format
end