Flowdock
method

stat

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: RubyVM
stat(*args) public

Returns a Hash containing implementation-dependent counters inside the VM.

This hash includes information about method/constant cache serials:

{
  :global_method_state=>251,
  :global_constant_state=>481,
  :class_serial=>9029
}

The contents of the hash are implementation specific and may be changed in the future.

This method is only expected to work on C Ruby.

Show source
Register or log in to add new notes.