method
days
days()
public
Hide source
# File activesupport/lib/active_support/core_ext/numeric/time.rb, line 16 def days self * 24.hours end