Class: Time

Inherits:
Object show all
Defined in:
lib/purview/refinements/time.rb

Instance Method Summary collapse

Instance Method Details

#quotedObject



2
3
4
# File 'lib/purview/refinements/time.rb', line 2

def quoted
  "'#{self.strftime('%F %T')}'"
end