utc_offset

utc_offset() Instance Public methods Returns the offset of this time zone from UTC in seconds.

value=

WIN32OLE_VARIANT.value = val #=> set WIN32OLE_VARIANT value to val. Instance Public methods Sets variant value to val. If the val type does not match variant value type(vartype), then val is changed to match variant value type(vartype) before setting val. Thie method is not available when vartype is VT_ARRAY(except VT_UI1|VT_ARRAY). If the vartype is VT_UI1|VT_ARRAY, the val should be String object. obj = WIN32OLE_VARIANT.new(1) # obj.vartype is WIN32OLE::VARIANT::VT_I4 obj.val

to_json

to_json(*a) Instance Public methods

linger

Socket::Option.linger(onoff, secs) => sockopt Class Public methods Creates a new Socket::Option object for SOL_SOCKET/SO_LINGER. onoff should be an integer or a boolean. secs should be the number of seconds. p Socket::Option.linger(true, 10) #=> #<Socket::Option: UNSPEC SOCKET LINGER on 10sec>

old_inspect

old_inspect() Instance Public methods Alias for: inspect

none?

none?() Instance Public methods FIX: maybe this should be using default ?

mask=

mask=(priority_mask) Class Public methods Sets the log priority mask. A method LOG_UPTO is defined to make it easier to set mask values. Example: Syslog.mask = Syslog::LOG_UPTO(Syslog::LOG_ERR) Alternatively, specific priorities can be selected and added together using binary OR. Example: Syslog.mask = Syslog::LOG_MASK(Syslog::LOG_ERR) | Syslog::LOG_MASK(Syslog::LOG_CRIT) The priority mask persists through calls to open() and close().

eql?

eql?(other) Instance Public methods Checks equality used by Hash.

lget_f

lget_f(idx) Instance Public methods

eof?

eof?() Instance Public methods Whether there are any expressions left in this printer.