boolean()
Passes if the argument is boolean.
# File lib/spec/mocks/argument_constraints.rb, line 190 def boolean BooleanConstraint.new(nil) end