Class: RR::Expectations::WildcardMatchers::Numeric

Inherits:
IsA
  • Object
show all
Defined in:
lib/rr/expectations/wildcard_matchers/numeric.rb

Instance Attribute Summary

Attributes inherited from IsA

#klass

Instance Method Summary collapse

Methods inherited from IsA

#==, #wildcard_match?

Constructor Details

#initializeNumeric

Returns a new instance of Numeric.



5
6
7
# File 'lib/rr/expectations/wildcard_matchers/numeric.rb', line 5

def initialize
  @klass = ::Numeric
end