Module: Schema::Boolean

Defined in:
lib/schema/schema.rb

Class Method Summary collapse

Class Method Details

.call(val) ⇒ Object



138
139
140
# File 'lib/schema/schema.rb', line 138

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