Sha256: 5e66d0fb667420739e70d9dfddf7e7ed81b5af82660b55c16fe52cf8250b81a0

Contents?: true

Size: 216 Bytes

Versions: 16

Compression:

Stored size: 216 Bytes

Contents

# frozen_string_literal: true

module Spec
  module Support
    module Helpers
      INTEGER_CLASS_NAME = 0.to_i.class.to_s.freeze

      def integer_class_name
        INTEGER_CLASS_NAME
      end
    end
  end
end

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
grape-1.8.0 spec/support/integer_helpers.rb
grape-1.7.1 spec/support/integer_helpers.rb
grape-1.7.0 spec/support/integer_helpers.rb
grape-1.6.2 spec/support/integer_helpers.rb
grape-1.6.1 spec/support/integer_helpers.rb
grape-1.6.0 spec/support/integer_helpers.rb
grape-1.5.3 spec/support/integer_helpers.rb
grape-1.5.2 spec/support/integer_helpers.rb
grape-1.5.1 spec/support/integer_helpers.rb
grape-1.5.0 spec/support/integer_helpers.rb
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.4.0/spec/support/integer_helpers.rb
grape-1.4.0 spec/support/integer_helpers.rb
grape-1.3.3 spec/support/integer_helpers.rb
grape-1.3.2 spec/support/integer_helpers.rb
grape-1.3.1 spec/support/integer_helpers.rb
grape-1.3.0 spec/support/integer_helpers.rb