method
week_mixed_with_date?
rails latest stable - Class:
ActiveSupport::Duration::ISO8601Serializer
week_mixed_with_date?(parts)private
No documentation available.
# File activesupport/lib/active_support/duration/iso8601_serializer.rb, line 52
def week_mixed_with_date?(parts)
parts.key?(:weeks) && (parts.keys & DATE_COMPONENTS).any?
end