There's no documentation for this item.
# File uri/ftp.rb, line 133 def to_s save_path = nil if @typecode save_path = @path @path = @path + TYPECODE_PREFIX + @typecode end str = super if @typecode @path = save_path end return str end
<code/>
<pre/>
<code/>and<pre/>for code samples.