class Bundler::URI::LDAP

def set_scope(val)

Private setter for scope +val+.
def set_scope(val)
  @scope = val
  build_path_query
  @scope
end