Class: URI::Generic

Inherits:
Object
  • Object
show all
Defined in:
lib/resource.rb

Instance Method Summary collapse

Instance Method Details

#remove_userinfo!Object



6
7
8
# File 'lib/resource.rb', line 6

def remove_userinfo!
  @user, @password = nil, nil
end