module ActiveSupport class Duration module HumanString def self.version "1.0.0" end end end end