generate

generate() Instance Public methods

entry_cget_tkstring

entry_cget_tkstring(option) Instance Public methods

calculate

calculate() Instance Public methods Calculates documentation totals and percentages for classes, modules, constants, attributes and methods.

view_context

view_context() Instance Public methods An instance of a view class. The default view class is ActionView::Base The view class must have the following methods: View.new[lookup_context, assigns, controller] Create a new ActionView instance for a controller View#render Returns String with the rendered template Override this method in a module to change the default behavior.

element_configure

element_configure(*args) Instance Public methods

wm_grid

wm_grid(*args) Instance Public methods

filtered_path

filtered_path() Instance Public methods Reconstructed a path with all sensitive GET parameters replaced.

plot_funcont

plot_funcont(conts, cmd=Proc.new) Instance Public methods

delete

delete(name) Instance Public methods Removes an object hierarchy from the data store, by name. WARNING: This method is only valid in a #transaction and it cannot be read-only. It will raise PStore::Error if called at any other time.

on_event_with_outargs

WIN32OLE_EVENT#on_event_with_outargs([event]){...} Instance Public methods Defines the callback of event. If you want modify argument in callback, you could use this method instead of #on_event. ie = WIN32OLE.new('InternetExplorer.Application') ev = WIN32OLE_EVENT.new(ie) ev.on_event_with_outargs('BeforeNavigate2') {|*args| args.last[6] = true }