axis_cget_tkstring

axis_cget_tkstring(id, option) Instance Public methods

expand_hexstring

expand_hexstring(str) Instance Public methods

configure

configure(*args) Instance Public methods

last_error

ec.last_error â exception or nil Instance Public methods Returns an exception object for the last conversion. Returns nil if the last conversion did not produce an error. âerrorâ means that Encoding::InvalidByteSequenceError and Encoding::UndefinedConversionError for #convert and :invalid_byte_sequence, :incomplete_input and :undefined_conversion for #primitive_convert. ec = Encoding::Converter.new("utf-8", "iso-8859-1") p ec.primitive_convert(src="\xf1abcd", dst="") #=>

remove_unresolved_default_spec

remove_unresolved_default_spec(spec) Class Public methods Remove needless Gem::Specification of default gem from unresolved default gem list

rename

rename(p1) Instance Public methods Rename the file. See File.rename.

column

column(j) Instance Public methods Returns column vector number j of the matrix as a Vector (starting at 0 like an array). When a block is given, the elements of that vector are iterated.

sync

sync(string) Instance Public methods Inputs string into the end of input buffer and skips data until a full flush point can be found. If the point is found in the buffer, this method flushes the buffer and returns false. Otherwise it returns true and the following data of full flush point is preserved in the buffer.

coerce

coerce(other) Instance Public methods The coerce method provides support for Ruby type coercion. This coercion mechanism is used by Ruby to handle mixed-type numeric operations: it is intended to find a compatible common type between the two operands of the operator. See also Numeric#coerce.

deq

deq(non_block=false) Instance Public methods Alias of pop pop