Method: Alt::URI::Gen::UserInfoParts#user=

Defined in:
lib/rio/alturi/uri_parts.rb

#user=(val) ⇒ Object



147
148
149
150
151
# File 'lib/rio/alturi/uri_parts.rb', line 147

def user=(val)
  @store[:user] = nil_or(val) { |v| 
    _do_esc(v,:user) 
  }
end