class Time

Public Instance Methods

quoted() click to toggle source
# File lib/purview/refinements/time.rb, line 2
def quoted
  "'#{self.strftime('%F %T')}'"
end