Sha256: ef28d9fe2876d09f94e53377e5bff1666d0f5b641bbcc1db53347176cc1fbd53
Contents?: true
Size: 267 Bytes
Versions: 16
Compression:
Stored size: 267 Bytes
Contents
# frozen_string_literal: true module Attribeauty # Attribeauty.configure do |config| # config.types[:koala] = MyClass::Koala # end class Configuration attr_accessor :types def initialize @types = TypeCaster::BASE_TYPES.dup end end end
Version data entries
16 entries across 16 versions & 1 rubygems