disconnect

disconnect() Instance Public methods Disconnects from the server.

accept_block_quote

accept_block_quote(block_quote) Instance Public methods Adds paragraph to the output

camelize

camelize(first_letter = :upper) Instance Public methods By default, camelize converts strings to UpperCamelCase. If the argument to camelize is set to :lower then camelize produces lowerCamelCase. camelize will also convert '/' to '::' which is useful for converting paths to namespaces. 'active_record'.camelize # => "ActiveRecord" 'active_record'.camelize(:lower) # => "activeRecord" 'active_record/errors'.camelize # => "ActiveRecord::Errors" '

untrust

untrust(p1) Class Public methods /

load_response

load_response( stringOrReadable ) Class Public methods Also aliased as: load

popup_menu

popup_menu(name = "", *values) Instance Public methods Generate a Select element as a string. name is the name of the element. The values are the options that can be selected from the Select menu. Each value can be a String or a one, two, or three-element Array. If a String or a one-element Array, this is both the value of that option and the text displayed for it. If a three-element Array, the elements are the option value, displayed text, and a boolean value specifying whether

hash

hsh.hash â fixnum Instance Public methods Compute a hash-code for this hash. Two hashes with the same content will have the same hash code (and will compare using eql?).

new

new(config, default=Config::BasicAuth) Class Public methods Creates a new BasicAuth instance. See WEBrick::Config::BasicAuth for default configuration entries You must supply the following configuration entries: :Realm The name of the realm being protected. :UserDB A database of usernames and passwords. A WEBrick::HTTPAuth::Htpasswd instance should be used.

expand_ref_in

expand_ref_in( arry, ind ) Instance Protected methods

shutdown

shutdown(how=Socket::SHUT_RDWR) Instance Public methods