Sha256: 9fc63fd38d70e33e8cf508b6b7aec48db0681af9d5f6ad9aece3fda4b05ea3b4

Contents?: true

Size: 185 Bytes

Versions: 15

Compression:

Stored size: 185 Bytes

Contents

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

15 entries across 15 versions & 2 rubygems

Version Path
grape-extra_validators-2.0.0 vendor/bundle/ruby/2.6.0/gems/grape-1.2.5/spec/support/integer_helpers.rb
grape-extra_validators-1.0.0 vendor/bundle/ruby/2.4.0/gems/grape-1.2.5/spec/support/integer_helpers.rb
grape-1.2.5 spec/support/integer_helpers.rb
grape-1.2.4 spec/support/integer_helpers.rb
grape-1.2.3 spec/support/integer_helpers.rb
grape-1.2.2 spec/support/integer_helpers.rb
grape-1.2.1 spec/support/integer_helpers.rb
grape-1.2.0 spec/support/integer_helpers.rb
grape-1.1.0 spec/support/integer_helpers.rb
grape-1.0.3 spec/support/integer_helpers.rb
grape-1.0.2 spec/support/integer_helpers.rb
grape-1.0.1 spec/support/integer_helpers.rb
grape-1.0.0 spec/support/integer_helpers.rb
grape-0.19.2 spec/support/integer_helpers.rb
grape-0.19.1 spec/support/integer_helpers.rb