Sha256: a0b01fa3bedd482894703da24fa899788fffa6066d4f59544b5379bb273fb922

Contents?: true

Size: 167 Bytes

Versions: 3

Compression:

Stored size: 167 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class Symbol < Base
        def coerce(value)
          value.to_sym
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
koine-attributes-0.2.3 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.2.2 lib/koine/attributes/adapter/symbol.rb
koine-attributes-0.2.1 lib/koine/attributes/adapter/symbol.rb