boolean()
Passes if the argument is boolean.
# File lib/spec/mocks/argument_matchers.rb, line 186 def boolean BooleanMatcher.new(nil) end