class Bundler::URI::LDAP

def scope=(val)

Setter for scope +val+.
def scope=(val)
  set_scope(val)
  val
end