clear

clear(options = nil) Instance Public methods Clear the entire cache. Be careful with this method since it could affect other processes if shared cache is being used. The options hash is passed to the underlying cache implementation. All implementations may not support this method.

instance_method_already_implemented?

instance_method_already_implemented?(method_name) Instance Public methods Raises a ActiveRecord::DangerousAttributeError exception when an Active Record method is defined in the model, otherwise false. class Person < ActiveRecord::Base def save 'already defined by Active Record' end end Person.instance_method_already_implemented?(:save) # => ActiveRecord::DangerousAttributeError: save is defined by ActiveRecord Person.instance_method_already_implemented?(:name) # =&

package_name

package_name() Class Public methods

trust_dir

trust_dir() Class Public methods Returns a Gem::Security::TrustDir which wraps the directory where trusted certificates live.

performed?

performed?() Instance Public methods

prepare_fasta_output

prepare_fasta_output(n) Instance Public methods prepare 'fasta.output'

delete

delete(*args, &block) Instance Public methods Define a route that only recognizes HTTP DELETE. For supported arguments, see match delete 'broccoli', to: 'food#broccoli'

show

show() Instance Public methods Alias for: display

doctype

doctype() Instance Public methods IXMLDOMDocumentType doctype node corresponding to the DOCTYPE

json_create

json_create(object) Class Public methods Deserializes JSON string by constructing new Regexp object with source s (Regexp or String) and options o serialized by to_json