setup_params

setup_params(config, req, res) Instance Public methods This format specification is a subset of mod_log_config of Apache: %a Remote IP address %b Total response size %e{variable} Given variable in ENV %f Response filename %h Remote host name %{header}i Given request header %l Remote logname, always â-â %m Request method %{attr}n Given request attribute from req.attributes %{header}o Given response header %p Server's request port %{format}p The can

load

load() Instance Public methods Causes the records to be loaded from the database if they have not been loaded already. You can use this if for some reason you need to explicitly load some records before actually using them. The return value is the relation itself, not the records. Post.where(published: true).load # => #<ActiveRecord::Relation>

reconnect!

reconnect!() Instance Public methods Also aliased as: reset!

inspect

inspect() Instance Public methods Provide human-readable stringification of class state.

tag_remove

tag_remove(tag, *indices) Instance Public methods

accept_heading

accept_heading(heading) Instance Public methods Adds heading to the output as a paragraph

_unset_global_var

_unset_global_var(var) Class Public methods

stress=

GC.stress = bool â bool Class Public methods Updates the GC stress mode. When stress mode is enabled, the GC is invoked at every GC opportunity: all memory and object allocations. Enabling stress mode will degrade performance, it is only for debugging.

newRoom2

newRoom2(w) Instance Public methods newRoom2 â This method is invoked whenever the mouse enters a room in the floorplan. It changes tags so that the current room is highlighted. Arguments: w - The name of the canvas window.

new

new(*args) Class Public methods