class Object

def presence_in(another_object)

Returns:
  • (Object) -
def presence_in(another_object)
  in?(another_object) ? self : nil
end