Class: DateTime

Inherits:
Object
  • Object
show all
Defined in:
lib/num2words/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_words(*args, **opts) ⇒ Object



42
43
44
# File 'lib/num2words/core_ext.rb', line 42

def to_words(*args, **opts)
  Num2words::Converter.to_words(self.strftime("%d.%m.%Y %H:%M:%S"), *args, **opts)
end