set_callback

set_callback(ty, argc, &cbp) Instance Public methods Alias for: set_cdecl_callback

destroy

destroy() Instance Public methods Alias for: unset

find_unique

find_unique(all_hash) Instance Public methods Finds unique classes/modules defined in all_hash, and returns them as an array. Performs the alias updates in all_hash: see ::complete.

inflate 2

inflate(deflate_string) â Stringinflate(deflate_string) { |chunk| ... } â nil Instance Public methods Inputs deflate_string into the inflate stream and returns the output from the stream. Calling this method, both the input and the output buffer of the stream are flushed. If string is nil, this method finishes the stream, just like Zlib::ZStream#finish. If a block is given consecutive inflated chunks from the deflate_string are yielded to the block and nil is ret

floor2_bg3

floor2_bg3(w,fill,outline) Instance Public methods #floor2_bg3 â This method represents part of the floorplan database. When invoked, it instantiates the background information for the first floor. Arguments: w - The canvas window. fill - Fill color to use for the floor's background. outline - Color to use for the floor's outline.

pack

pack(ary) Instance Public methods

normalize_comment

normalize_comment(text) Instance Public methods Strips hashes, expands tabs then flushes text to the left

message_loop

WIN32OLE_EVENT.message_loop Class Public methods Translates and dispatches Windows message.

new

new(attributes = nil) Class Public methods Returns a new instance of ActionController::Parameters. Also, sets the permitted attribute to the default value of ActionController::Parameters.permit_all_parameters. class Person < ActiveRecord::Base end params = ActionController::Parameters.new(name: 'Francesco') params.permitted? # => false Person.new(params) # => ActiveModel::ForbiddenAttributesError ActionController::Parameters.permit_all_parameters = true params = Action

createMatchPatterns

createMatchPatterns(*args) Class Public methods