Module: Schema::Boolean

Defined in:
lib/schema/schema.rb

Class Method Summary collapse

Class Method Details

.call(val) ⇒ Object



149
150
151
# File 'lib/schema/schema.rb', line 149

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