add

add(k, v) Instance Public methods Alias for: []=

enable

trace.enable â true or falsetrace.enable { block } â obj Instance Public methods Activates the trace Return true if trace was enabled. Return false if trace was disabled. trace.enabled? #=> false trace.enable #=> false (previous state) # trace is enabled trace.enabled? #=> true trace.enable #=> true (previous state) # trace is still enabled If a block is given, the trace will only be enabled within the scope of

specific_extra_args

specific_extra_args(cmd) Class Public methods Return an array of extra arguments for the command. The extra arguments come from the gem configuration file read at program startup.

table_name=

table_name=(value) Instance Public methods Sets the table name explicitly. Example: class Project < ActiveRecord::Base self.table_name = "project" end You can also just define your own self.table_name method; see the documentation for ActiveRecord::Base#table_name.

cget_strict

cget_strict(key) Instance Public methods

inspect

inspect() Instance Public methods Returns a human-readable string representation of this instruction sequence, including the label and path.

raw_post

raw_post() Instance Public methods Read the request body. This is useful for web services that need to work with raw requests directly.

definition

definition() Instance Public methods The definition of this class, class MyClassName

sanitize_css

sanitize_css(style) Instance Public methods Sanitizes a block of CSS code. Used by sanitize when it comes across a style attribute.

wrap_arg

wrap_arg(arg, ty, funcs = [], &block) Instance Public methods