parts()
Returns a copy of the parts hash that defines the duration
# File activesupport/lib/active_support/duration.rb, line 236 def parts @parts.dup end