Project

General

Profile

« Previous | Next » 

Revision 229ae326

Added by mame (Yusuke Endoh) over 4 years ago

lib/rdoc/store.rb: Use Marshal.dump(obj, io)

instead of dumping obj to a string and then saving the string.
It omits object creation.