newobj

newobj(address, port = nil, p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil) Class Public methods Alias for: new

selection_adjust

selection_adjust(index) Instance Public methods

explode

explode(slice, *args) Instance Public methods

convertible_int

convertible_int(type, headers = nil, opts = nil, &b) Instance Public methods Returns the convertible integer type of the given type. You may optionally specify additional headers to search in for the type. convertible means actually the same type, or typedef'd from the same type. If the type is a integer type and the convertible type is found, the following macros are passed as preprocessor constants to the compiler using the type name, in uppercase. TYPEOF_, followed by the

gem

gem(gem_name, *requirements) Instance Private methods Use #gem to activate a specific version of gem_name. requirements is a list of version requirements that the specified gem must match, most commonly â= example.version.numberâ. See Gem::Requirement for how to specify a version requirement. If you will be activating the latest version of a gem, there is no need to call #gem, Kernel#require will do the right thing for you. #gem returns true if the gem was activated, otherwise fal

tosjis

Kconv.tosjis(str) => string Class Public methods Convert str to Shift_JIS

name=

name=( name ) Instance Public methods Sets the name and the expanded name

reload

reload() Instance Public methods Reloads the collection from the database. Returns self. Equivalent to collection(true). class Person < ActiveRecord::Base has_many :pets end person.pets # fetches pets from the database # => [#<Pet id: 1, name: "Snoop", group: "dogs", person_id: 1>] person.pets # uses the pets cache # => [#<Pet id: 1, name: "Snoop", group: "dogs", person_id: 1>] person.pets.reload # fetches pets from the database # => [#<Pet id: 1, na

check_signedness

check_signedness(type, headers = nil, opts = nil, &b) Instance Public methods Returns the signedness of the given type. You may optionally specify additional headers to search in for the type. If the type is found and is a numeric type, a macro is passed as a preprocessor constant to the compiler using the type name, in uppercase, prepended with SIGNEDNESS_OF_, followed by the type name, followed by =X where âXâ is positive integer if the type is unsigned and a negative intege

invalid_namespace?

invalid_namespace?() Class Public methods