pretty_name

pretty_name() Instance Public methods Alias for: pretty_new_name

singleline_format

singleline_format(output='', maxwidth=nil, newline=nil, genspace=nil) Class Public methods This is similar to ::format but the result has no breaks. maxwidth, newline and genspace are ignored. The invocation of breakable in the block doesn't break a line and is treated as just an invocation of text.

transfer

fiber.transfer(args, ...) â obj Instance Public methods Transfer control to another fiber, resuming it from where it last stopped or starting it if it was not resumed before. The calling fiber will be suspended much like in a call to Fiber.yield. You need to require 'fiber' before using this method. The fiber which receives the transfer call is treats it much like a resume call. Arguments passed to transfer are treated like those passed to resume. You cannot resume a fiber that tr

raw_data

GC::Profiler.raw_data â [Hash, ...] Class Public methods Returns an Array of individual raw profile data Hashes ordered from earliest to latest by :GC_INVOKE_TIME. For example: [ { :GC_TIME=>1.3000000000000858e-05, :GC_INVOKE_TIME=>0.010634999999999999, :HEAP_USE_SIZE=>289640, :HEAP_TOTAL_SIZE=>588960, :HEAP_TOTAL_OBJECTS=>14724, :GC_IS_MARKED=>false }, # ... ] The keys mean: :GC_TIME Time elapsed in seconds for this GC

to_feed

to_feed(rss, item) Instance Public methods

>>

>> source Instance Public methods Appends the output to source, which is either a string of a file name or an IO object.

delete

delete() Instance Public methods

new

new(session, option={}) Class Public methods Create a new FileStore instance. This constructor is used internally by CGI::Session. The user does not generally need to call it directly. session is the session for which this instance is being created. The session id must only contain alphanumeric characters; automatically generated session ids observe this requirement. option is a hash of options for the initializer. The following options are recognised: tmpdir the directory to

current_debug_configinfo

current_debug_configinfo(slot=nil) Instance Public methods