description=(str) Instance Public methods A detailed description of this gem. See also summary
inherited(child_class) Instance Public methods
time.tv_nsec â int Instance Public methods Returns the number of nanoseconds for time. t = Time.now #=> 2007-11-17 15:18:03 +0900 "%10.9f" % t.to_f #=> "1195280283.536151409" t.nsec #=> 536151406 The lowest digits of to_f and nsec are different because IEEE 754 double is not accurate enough to represent the exact number of nanoseconds since the Epoch. The more accurate value is returned by nsec.
new(connection, max = 1000) Class Public methods
try_type(type, headers = nil, opt = "", &b) Instance Public methods Returns whether or not the static type type is defined. See also have_type
not_available() Class Public methods
stat.gid â fixnum Instance Public methods Returns the numeric group id of the owner of stat. File.stat("testfile").gid #=> 500
share_stderr(dist, src = '') Instance Public methods
set_next_callback(args) Instance Public methods
class_attributes() Instance Public methods Class attributes
Page 63 of 2275