each_line

strio.each_line(sep=$/) {|line| block } â striostrio.each_line(limit) {|line| block } â striostrio.each_line(sep,limit) {|line| block } â striostrio.each_line(...) â anEnumerator Instance Public methods See IO#each.

attributes

attributes() Instance Public methods IXMLDOMNamedNodeMap attributes the collection of the node's attributes

get 2

get(path, initheader = {}, dest = nil) Instance Public methods Retrieves data from path on the connected-to host which may be an absolute path String or a URI to extract the path from. initheader must be a Hash like { 'Accept' => '/', ⦠}, and it defaults to an empty hash. If initheader doesn't have the key 'accept-encoding', then a value of âgzip;q=1.0,deflate;q=0.6,identity;q=0.3â is used, so that gzip compression is used in preference to deflate compression, which is used in

atom_validate

atom_validate(ignore_unknown_element, tags, uri) Instance Public methods

have_header

have_header(header, preheaders = nil, opt = "", &b) Instance Public methods Returns whether or not the given header file can be found on your system. If found, a macro is passed as a preprocessor constant to the compiler using the header file name, in uppercase, prepended with HAVE_. For example, if have_header('foo.h') returned true, then the HAVE_FOO_H preprocessor macro would be passed to the compiler.

system

system() Instance Public methods This method retrieves the system identifier identifying the document's DTD Method contributed by Henrik Martensson

sql_query_length

sql_query_length() Instance Public methods Returns the maximum length of an SQL query.

name=

name=( name ) Instance Public methods Sets the name and the expanded name

image_submit_tag

image_submit_tag(source, options = {}) Instance Public methods Displays an image which when clicked will submit the form. source is passed to ActionView::Helpers::AssetUrlHelper#path_to_image Options :data - This option can be used to add custom data attributes. :disabled - If set to true, the user will not be able to use this input. Any other key creates standard HTML options for the tag. Data attributes confirm: 'question?' - This will add a JavaScript confirm prompt wit

create_self

create_self(keys) Instance Public methods