class Bundler::URI::FTP
def typecode=(typecode)
#=> #
uri
uri.typecode = "i"
#=> #
uri = Bundler::URI.parse("ftp://john@ftp.example.com/my_file.img")
require 'bundler/vendor/uri/lib/uri'
== Usage
See also Bundler::URI::FTP.check_typecode.
(with validation).
Public setter for the typecode +v+
== Description
String
+v+::
== Args
def typecode=(typecode) check_typecode(typecode) set_typecode(typecode) typecode end