RSpec::Mocks::ArgumentMatchers::SingletonMatcher
@private
# File lib/rspec/mocks/argument_matchers.rb, line 168 def ===(value) true == value || false == value end
# File lib/rspec/mocks/argument_matchers.rb, line 172 def description "boolean" end