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