cget_strict

cget_strict(slot) Instance Public methods

collection_radio_buttons

collection_radio_buttons(method, collection, value_method, text_method, options = {}, html_options = {}, &block) Instance Public methods Wraps ActionView::Helpers::FormOptionsHelper#collection_radio_buttons for form builders: <%= form_for @post do |f| %> <%= f.collection_radio_buttons :author_id, Author.all, :id, :name_with_initial %> <%= f.submit %> <% end %> Please refer to the documentation of the base helper for details.

selectSingleNode

selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]

get_directory

get_directory() Instance Public methods Also aliased as: get_dictionary

finished_documents

finished_documents(documents) Instance Public methods

mktmpdir

mktmpdir(prefix_suffix=nil, *rest) Class Public methods ::mktmpdir creates a temporary directory. The directory is created with 0700 permission. Application should not change the permission to make the temporary directory accesible from other users. The prefix and suffix of the name of the directory is specified by the optional first argument, prefix_suffix. If it is not specified or nil, âdâ is used as the prefix and no suffix is used. If it is a string, it is used as the prefi

sort_descending

sort_descending() Instance Public methods

parse

parse() Instance Public methods

strict_decode64

strict_decode64(str) Instance Public methods Returns the Base64-decoded version of str. This method complies with RFC 4648. ArgumentError is raised if str is incorrectly padded or contains non-alphabet characters. Note that CR or LF are also rejected.

to_feed

to_feed(rss, item) Instance Public methods