module Gemmy::Patches::ObjectPatch::InstanceMethods::Bool

Public Instance Methods

bool?() click to toggle source

facets

# File lib/gemmy/patches/object_patch.rb, line 204
def bool?
  (true == self or false == self)
end