install_class_name

install_class_name(uri, tag_name, class_name) Class Public methods record ::class_name for the supplied uri and tag_name

set_value_by_index

set_value_by_index(idx) Instance Public methods Also aliased as: set_value, set_index_value

stretched_columnwidth

stretched_columnwidth(idx) Instance Public methods

enum_for

obj.enum_for(method = :each, *args) â enumobj.enum_for(method = :each, *args){|*args| block} â enum Instance Public methods Creates a new Enumerator which will enumerate by calling method on obj, passing args if any. If a block is given, it will be used to calculate the size of the enumerator without the need to iterate it (see Enumerator#size). Examples str = "xyz" enum = str.enum_for(:each_byte) enum.each { |b| puts b } # => 120 # => 121 # => 122 # prote

gmtoff

time.gmtoff â fixnum Instance Public methods Returns the offset in seconds between the timezone of time and UTC. t = Time.gm(2000,1,1,20,15,1) #=> 2000-01-01 20:15:01 UTC t.gmt_offset #=> 0 l = t.getlocal #=> 2000-01-01 14:15:01 -0600 l.gmt_offset #=> -21600

connection_keep_alive?

connection_keep_alive?() Instance Public methods

current_y2axis_configinfo

current_y2axis_configinfo(slot=nil) Instance Public methods

tag_start

tag_start(name, attributes) Instance Public methods

app

app(create=false) Instance Public methods reference the global âappâ instance, created on demand. To recreate the instance, pass a non-false value as the parameter.

quiet=

quiet=(bool) Instance Public methods Set quietness to bool