Sha256: df0132ba64491a12fc08f1908f48ade6808e110e7e3cfc4aa562cffcdf27a47b

Contents?: true

Size: 177 Bytes

Versions: 7

Compression:

Stored size: 177 Bytes

Contents

module RR
  module Expectations
    module WildcardMatchers
      class Numeric < IsA
        def initialize
          @klass = ::Numeric
        end
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rr-0.1.5 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.3 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.6 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.0 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.4 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.2 lib/rr/expectations/wildcard_matchers/numeric.rb
rr-0.1.1 lib/rr/expectations/wildcard_matchers/numeric.rb