Sha256: 401e67b4c31121a5a63a8e1930ee11e5bae3070140f08cd863b5784da58b5811
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
ActiveModel::Type.register(:array, Fluentd::Setting::Type::Array) ActiveModel::Type.register(:enum, Fluentd::Setting::Type::Enum) ActiveModel::Type.register(:bool, Fluentd::Setting::Type::Bool) ActiveModel::Type.register(:hash, Fluentd::Setting::Type::Hash) ActiveModel::Type.register(:object, Fluentd::Setting::Type::Object) ActiveModel::Type.register(:regexp, Fluentd::Setting::Type::Regexp) ActiveModel::Type.register(:size, Fluentd::Setting::Type::Size) ActiveModel::Type.register(:section, Fluentd::Setting::Type::Section)
Version data entries
6 entries across 6 versions & 1 rubygems