Module: Schema::Boolean

Defined in:
lib/schema/schema.rb

Class Method Summary collapse

Class Method Details

.call(val) ⇒ Object



142
143
144
# File 'lib/schema/schema.rb', line 142

def self.call(val)
  val == true || val == false
end