formatDate

formatDate(arg0, arg1, arg2=nil) Instance Public methods BSTR formatDate VARIANT arg0 --- varDate [IN] BSTR arg1 --- bstrFormat [IN] VARIANT arg2 --- varDestLocale [IN]

item_order

item_order(item, visible=false) Instance Public methods

end

rng.end â obj Instance Public methods Returns the object that defines the end of the range. (1..10).end #=> 10 (1...10).end #=> 10

exception_class

exception_class() Instance Public methods Determines whether there was an error and raies the appropriate error based on the reply code of the response

lsub

lsub(refname, mailbox) Instance Public methods Sends a LSUB command, and returns a subset of names from the set of names that the user has declared as being âactiveâ or âsubscribedâ. refname and mailbox are interpreted as for list(). The return value is an array of Net::IMAP::MailboxList.

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