Dumpster::Entry
Parser for building properly typed structs from ObjectSpace JSON dumps.
See https://github.com/ruby/ruby/blob/01995df6453de45ba0d99835e26799260517657c/include/ruby/ruby.h#L486-L519
Constants
VT_START_POS = 32
Instance methods
parse(line : ::String) : EntryStruct | Nil
Parse an single line of a mem dump into its associated entry struct.
Nested types
- Dumpster::Entry::Array
- Dumpster::Entry::Bignum
- Dumpster::Entry::Class
- Dumpster::Entry::Common
- Dumpster::Entry::Complex
- Dumpster::Entry::Data
- Dumpster::Entry::EntryStruct
- Dumpster::Entry::File
- Dumpster::Entry::Float
- Dumpster::Entry::Hash
- Dumpster::Entry::Match
- Dumpster::Entry::Module
- Dumpster::Entry::Object
- Dumpster::Entry::Rational
- Dumpster::Entry::Regexp
- Dumpster::Entry::String
- Dumpster::Entry::Struct