Project

General

Profile

Actions

Bug #1405

closed

File::Stat have no marshal_dump/marshal_load

Added by OlegPuchinin (Oleg Puchinin) about 15 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
-
Backport:
[ruby-core:23314]

Description

=begin
File::Stat have no marshal_dump/marshal_load
=end

Actions #1

Updated by naruse (Yui NARUSE) over 14 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

Also available in: Atom PDF

Like0
Like0