relevances_attributes=

relevances_attributes=(attributes) Instance Public methods

register_interceptor

register_interceptor(interceptor) Class Public methods Register an Interceptor which will be called before mail is sent. Either a class, string or symbol can be passed in as the Interceptor. If a string or symbol is passed in it will be camelized and constantized.

hide_cmd 2

hide_cmd(slave, cmd, aliasname = nil) Instance Public methods

content_type=

content_type=(type) Instance Public methods Sets the content-type header to type

disasm

InstructionSequence.disasm(body) â strInstructionSequence.disassemble(body) â str Class Public methods Takes body, a Method or Proc object, and returns a String with the human readable instructions for body. For a Method object: # /tmp/method.rb def hello puts "hello, world" end puts RubyVM::InstructionSequence.disasm(method(:hello)) Produces: == disasm: <RubyVM::InstructionSequence:hello@/tmp/method.rb>============ 0000 trace 8

on_error

on_error(t, val, vstack) Instance Public methods This method is called when a parse error is found. ERROR_TOKEN_ID is an internal ID of token which caused error. You can get string representation of this ID by calling token_to_str. ERROR_VALUE is a value of error token. value_stack is a stack of symbol values. DO NOT MODIFY this object. This method raises ParseError by default. If this method returns, parsers enter âerror recovering modeâ.

test_quote_as_mb_chars_no_column

test_quote_as_mb_chars_no_column() Instance Public methods

desc

desc(lang) Instance Public methods

tgz_file

tgz_file() Instance Public methods

image_convolve 2

image_convolve(src, dest, filter) Class Public methods