method
days

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