module ActiveLdap::Operations::Find

def first(*args)

to this method as you can to find(:first).
*args). You can pass in all the same arguments
A convenience wrapper for find(:first,
def first(*args)
  find(:first, *args)
end