Skip to content

Instantly share code, notes, and snippets.

@igaiga
Last active July 5, 2016 23:32
Show Gist options
  • Save igaiga/e750b328268a9c49be42c90adbb7caa2 to your computer and use it in GitHub Desktop.
Save igaiga/e750b328268a9c49be42c90adbb7caa2 to your computer and use it in GitHub Desktop.
irb(main):002:0> require "objspace"
=> true
irb(main):007:0> x = Object.new
=> #<Object:0x007f8bdc1017f0>
irb(main):008:0> ObjectSpace.dump x
=> "{\"address\":\"0x007f8bdc1017f0\", \"type\":\"OBJECT\", \"class\":\"0x007f8bdc0dd9b8\", \"ivars\":0, \"memsize\":40, \"flags\":{\"wb_protected\":true}}\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment