Class: Time

Inherits:
Object
  • Object
show all
Defined in:
lib/waxx/patch.rb

Instance Method Summary collapse

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

#hObject

HTML format



136
137
138
# File 'lib/waxx/patch.rb', line 136

def h
  to_s.h
end