# File lib/rails-timeago.rb, line 67
    def self.option_hash
      {
        nojs: false,
        force: false,
        format: :default,
        limit: proc { 4.days.ago },
        date_only: true,
        default: '-',
        title: proc {|time, options| I18n.l time, format: options[:format] }
      }
    end