Module: Gemmy::Patches::ObjectPatch::InstanceMethods::Bool
- Defined in:
- lib/gemmy/patches/object_patch.rb
Instance Method Summary collapse
-
#bool? ⇒ Boolean
facets.
Instance Method Details
#bool? ⇒ Boolean
facets
204 205 206 |
# File 'lib/gemmy/patches/object_patch.rb', line 204 def bool? (true == self or false == self) end |