Sha256: 702e5fe3b4273e0ab3a4d3488b09e5c6c7443b8befd3166b9b3fec7d99f1e8be

Contents?: true

Size: 192 Bytes

Versions: 10

Compression:

Stored size: 192 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Symbol < Base
        private

        def coerce_not_nil(value)
          value.to_sym
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
koine-attributes-1.2.3 lib/koine/attributes/adapter/symbol.rb
koine-attributes-1.2.2 lib/koine/attributes/adapter/symbol.rb
koine-attributes-1.2.1 lib/koine/attributes/adapter/symbol.rb
koine-attributes-1.2.0 lib/koine/attributes/adapter/symbol.rb
koine-attributes-1.1.0 lib/koine/attributes/adapter/symbol.rb
koine-attributes-1.0.0 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.4.0 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.3.2 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.3.1 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.3.0 lib/koine/attributes/adapter/symbol.rb