Sha256: 5647ade02b3e53cac67aaef28718664136f7507d653d5366213209e9422ad214

Contents?: true

Size: 204 Bytes

Versions: 8

Compression:

Stored size: 204 Bytes

Contents

module Koine
  module Attributes
    module Adapter
      class String < Base
        def coerce(value)
          secure do
            String(value)
          end
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
koine-attributes-0.2.2 lib/koine/attributes/adapter/string.rb
koine-attributes-0.2.1 lib/koine/attributes/adapter/string.rb
koine-attributes-0.2.0 lib/koine/attributes/adapter/string.rb
koine-attributes-0.1.4 lib/koine/attributes/adapter/string.rb
koine-attributes-0.1.3 lib/koine/attributes/adapter/string.rb
koine-attributes-0.1.2 lib/koine/attributes/adapter/string.rb
koine-attributes-0.1.1 lib/koine/attributes/adapter/string.rb
koine-attributes-0.1.0 lib/koine/attributes/adapter/string.rb