class Time

Public Instance Methods

pretty() click to toggle source
# File script/txt2html, line 35
def pretty
  return "#{mday}#{mday.ordinal} #{strftime('%B')} #{year}"
end