method
duration_of_variable_length?
rails latest stable - Class:
ActiveSupport::TimeWithZone
duration_of_variable_length?(obj)private
No documentation available.
# File activesupport/lib/active_support/time_with_zone.rb, line 576
def duration_of_variable_length?(obj)
ActiveSupport::Duration === obj && obj.variable?
end