class SmartAlec::FriendlyTime

Public Instance Methods

get() click to toggle source
# File lib/smart_alec/friendly_time.rb, line 3
def get
  Time.now.strftime("%A, %B %d %Y %l:%M %p")
end