Sha256: 294d97f45f38ede33c10be17f8f4c338e207afbfd6973eb209999ce5d010e2a4

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 Bytes

Contents

# frozen_string_literal: true

module Attribeauty
  module Types
    # custom string type
    class String
      def cast(value)
        String(value)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
attribeauty-0.3.2 lib/attribeauty/types/string.rb
attribeauty-0.3.1 lib/attribeauty/types/string.rb
attribeauty-0.3.0 lib/attribeauty/types/string.rb
attribeauty-0.2.0 lib/attribeauty/types/string.rb
attribeauty-0.1.0 lib/attribeauty/types/string.rb