Actions
Bug #1405
closedFile::Stat have no marshal_dump/marshal_load
Description
=begin
File::Stat have no marshal_dump/marshal_load
=end
Updated by naruse (Yui NARUSE) about 15 years ago
- Category set to core
- Status changed from Open to Rejected
- ruby -v set to -
=begin
Marshal can't dump following objects:
- anonymous Class/Module.
- objects which related to its system (ex: Dir, File::Stat, IO, File, Socket and so on)
- an instance of MatchData, Data, Method, UnboundMethod, Proc, Thread, ThreadGroup, Continuation
- objects which defines singleton methods
=end
Actions
Like0
Like0