module Gemmy::Patches::ObjectPatch::InstanceMethods::Truthy

Public Instance Methods

truthy() click to toggle source
# File lib/gemmy/patches/object_patch.rb, line 90
def truthy
  !! self
end