notify

notify(keyword) Instance Public methods

update_all

update_all(updates) Instance Public methods Updates all records with details given if they match a set of conditions supplied, limits and order can also be supplied. This method constructs a single SQL UPDATE statement and sends it straight to the database. It does not instantiate the involved models and it does not trigger Active Record callbacks or validations. Parameters updates - A string, array, or hash representing the SET part of an SQL statement. Examples # Update all cu

find_all

find_all(req) Instance Public methods Return an array of APISpecification objects matching DependencyRequest req.

encode

str.encode(encoding [, options] ) â strstr.encode(dst_encoding, src_encoding [, options] ) â strstr.encode([options]) â str Instance Public methods The first form returns a copy of str transcoded to encoding encoding. The second form returns a copy of str transcoded from src_encoding to dst_encoding. The last form returns a copy of str transcoded to Encoding.default_internal. By default, the first and second form raise Encoding::UndefinedConversionError for characters that a

strip_heredoc

strip_heredoc() Instance Public methods Strips indentation in heredocs. For example in if options[:usage] puts <<-USAGE.strip_heredoc This command does such and such. Supported options are: -h This message ... USAGE end the user would see the usage message aligned against the left margin. Technically, it looks for the least indented line in the whole string, and removes that amount of leading whitespace.

to_i

to_i() Instance Public methods Returns the value as an integer (Fixnum or Bignum). If the BigNumber is infinity or NaN, raises FloatDomainError.

init_tags

init_tags() Instance Public methods Maps attributes to HTML tags

entrybindinfo

entrybindinfo(*args) Instance Public methods

extensions=

extensions=(val) Instance Public methods setter for extensions val

configinfo

configinfo(key=nil) Instance Public methods