ret_val

ret_val(val) Class Public methods

instance

instance(locale = :en) Class Public methods

_parse

Date._parse(string[, comp=true]) â hash Class Public methods Parses the given representation of date and time, and returns a hash of parsed elements. This method does not function as a validator. If the optional second argument is true and the detected year is in the range â00â to â99â, considers the year a 2-digit form and makes it full. Date._parse('2001-02-03') #=> {:year=>2001, :mon=>2, :mday=>3}

parse

parse(query) Class Public methods Parse an HTTP query string into a hash of key=>value pairs. params = CGI::parse("query_string") # {"name1" => ["value1", "value2", ...], # "name2" => ["value1", "value2", ...], ... }

string_type=

string_type=(val) Instance Public methods Alias for: set_string_type

print

ios.print() â nilios.print(obj, ...) â nil Instance Public methods Writes the given object(s) to ios. The stream must be opened for writing. If the output field separator ($,) is not nil, it will be inserted between each object. If the output record separator ($\) is not nil, it will be appended to the output. If no arguments are given, prints $_. Objects that aren't strings will be converted by calling their to_s method. With no argument, prints the contents of th

exec_query

exec_query(sql, name = 'SQL', binds = []) Instance Public methods Also aliased as: exec_without_stmt

https_default_port

https_default_port() Class Public methods The default port to use for HTTPS requests; defaults to 443.

to_s

to_s() Instance Public methods Alias for: name

path

path() Instance Public methods