module LOM::EntryEnhanced
This module is to be prepend to Entry instance when processing block `from_ldap`
It will allow the use of refined methods first
, []
, all
without requiring an explicit import of LDAPExt refinement in the class being mapped.
Public Instance Methods
[](*args)
click to toggle source
Calls superclass method
# File lib/lom/mapper.rb, line 18 def [](*args) ; super ; end
Also aliased as: all
first(*args)
click to toggle source
Calls superclass method
# File lib/lom/mapper.rb, line 17 def first(*args) ; super ; end