class Object
Public Instance Methods
be_boolean()
click to toggle source
# File lib/dry/types/spec/types.rb, line 4 def be_boolean satisfy { |x| x == true || x == false } end
# File lib/dry/types/spec/types.rb, line 4 def be_boolean satisfy { |x| x == true || x == false } end