Module: Schema::Boolean
- Defined in:
- lib/schema/schema.rb
Class Method Summary collapse
Class Method Details
.call(val) ⇒ Object
164 165 166 |
# File 'lib/schema/schema.rb', line 164 def self.call(val) val == true || val == false end |