new(*args) Class Public methods
dup() Instance Public methods Returns an exact copy of the ActionController::Parameters instance. permitted state is kept on the duped object. params = ActionController::Parameters.new(a: 1) params.permit! params.permitted? # => true copy_params = params.dup # => {"a"=>1} copy_params.permitted? # => true
transformNode(arg0) Instance Public methods BSTR transformNode apply the stylesheet to the subtree IXMLDOMNode arg0 --- stylesheet [IN]
xview_moveto(*index) Instance Public methods
default_inspect() Instance Public methods Alias for: inspect
hsh.to_a â array Instance Public methods Converts hsh to a nested array of [ key, value ] arrays. h = { "c" => 300, "a" => 100, "d" => 400, "c" => 300 } h.to_a #=> [["c", 300], ["a", 100], ["d", 400]]
wm_iconify(ex = true) Instance Public methods Alias for: iconify
propfind(path, body = nil, initheader = {'Depth' => '0'}) Instance Public methods Sends a PROPFIND request to the path and gets a response, as an HTTPResponse object.
process_action(*args) Instance Public methods Override AbstractController::Base's #process_action to run the #process_action callbacks around the normal behavior.
io.external_encoding â encoding Instance Public methods Returns the Encoding object that represents the encoding of the file. If io is write mode and no encoding is specified, returns nil.
Page 94 of 2275