Method: Time#to_indexable_s

Defined in:
lib/texmailer/drafts.rb

#to_indexable_sObject



267
268
269
# File 'lib/texmailer/drafts.rb', line 267

def to_indexable_s
  sprintf "%012d", self
end