Sha256: 1bc9b49e889026f10117eada7fdece73a98fd6187751a3988dbd4673284a2fae

Contents?: true

Size: 168 Bytes

Versions: 7

Compression:

Stored size: 168 Bytes

Contents

# frozen_string_literal: true

module Stairwell
  module Types
    class StringType < BaseType
      def valid?
        value.is_a?(String)
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stairwell-0.6.5 lib/stairwell/types/string_type.rb
stairwell-0.6.4 lib/stairwell/types/string_type.rb
stairwell-0.6.3 lib/stairwell/types/string_type.rb
stairwell-0.6.2 lib/stairwell/types/string_type.rb
stairwell-0.6.1 lib/stairwell/types/string_type.rb
stairwell-0.6.0 lib/stairwell/types/string_type.rb
stairwell-0.5.0 lib/stairwell/types/string_type.rb