# File lib/rhc/rest/membership.rb, line 137
    def leave(options={})
      raise RHC::MembersNotSupported.new("The server does not support leaving this resource.") unless supports? 'LEAVE'
      rest_method "LEAVE", nil, options
    ensure
      @members = attributes['members'] = nil
    end