size_opt_params

WIN32OLE_METHOD#size_opt_params Instance Public methods Returns the size of optional parameters. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook') method = WIN32OLE_METHOD.new(tobj, 'SaveAs') puts method.size_opt_params # => 4

dev_minor

stat.dev_minor â fixnum Instance Public methods Returns the minor part of File_Stat#dev or nil. File.stat("/dev/fd1").dev_minor #=> 1 File.stat("/dev/tty").dev_minor #=> 0

create_ext_from_hash

create_ext_from_hash(hash) Instance Public methods

to_der

rsa.to_der => DER-format String Instance Public methods Outputs this keypair in DER encoding.

add_comment

add_comment(comment, location) Instance Public methods Adds comment to this ClassModule's list of comments at location. This method is preferred over comment= since it allows ri data to be updated across multiple runs.

explode

explode(value) Instance Public methods

start_element

start_element(uri, localname, qname, attributes) Instance Public methods

closest

closest(x, y, var, keys={}) Instance Public methods

content_for?

content_for?(name) Instance Public methods #content_for? checks whether any content has been captured yet using `content_for`. Useful to render parts of your layout differently based on what is in your views. <%# This is the layout %> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>My Website</title> <%= yield :script %> </head> <body class="<%= content_for?(:right_col) ? 'two-column' : 'one-colum

start 2

start(*init_args, &b) Instance Public methods