lookup_store

lookup_store(*store_option) Class Public methods Creates a new CacheStore object according to the given options. If no arguments are passed to this method, then a new ActiveSupport::Cache::MemoryStore object will be returned. If you pass a Symbol as the first argument, then a corresponding cache store class under the ActiveSupport::Cache namespace will be created. For example: ActiveSupport::Cache.lookup_store(:memory_store) # => returns a new ActiveSupport::Cache::MemoryStore o

id

id() Instance Public methods

first

ary.first â obj or nilary.first(n) â new_ary Instance Public methods Returns the first element, or the first n elements, of the array. If the array is empty, the first form returns nil, and the second form returns an empty array. See also #last for the opposite effect. a = [ "q", "r", "s", "t" ] a.first #=> "q" a.first(2) #=> ["q", "r"]

setAttribute

setAttribute(arg0, arg1) Instance Public methods VOID setAttribute set the string value of an attribute by name BSTR arg0 --- name [IN] VARIANT arg1 --- value [IN]

get_tabobj

get_tabobj(index) Instance Public methods

remove_all

remove_all(list) Instance Public methods Removes all gems in list. NOTE: removes uninstalled gems from list.

set_window_element_type

set_window_element_type(idxs, win) Instance Public methods

new

new(address, port = nil) Class Public methods Creates a new Net::SMTP object. address is the hostname or ip address of your SMTP server. port is the port to connect to; it defaults to port 25. This method does not open the TCP connection. You can use ::start instead of ::new if you want to do everything at once. Otherwise, follow ::new with #start.

item_has_button?

item_has_button?(item) Instance Public methods Alias for: item_hasbutton?

check_square

check_square(square) Instance Public methods Return the number of available moves for this square