Hello ruby hackers!
Can you explain, what is difference between Marshal#load and
Marshal#restore ?
On ruby doc
I see the same description for above.
Is reload exists as alias? If so, why there is a copy past desc for it
in ruby-doc ?
Hello ruby hackers!
Can you explain, what is difference between Marshal#load and
Marshal#restore ?
On ruby doc
I see the same description for above.
Is reload exists as alias? If so, why there is a copy past desc for it
in ruby-doc ?
Ruslan Korolev wrote in post #1166476:
Can you explain, what is difference between Marshal#load and
Marshal#restore ?
On ruby doc
Module: Marshal (Ruby 2.1.5)
I see the same description for above.
Is reload exists as alias?
I think so. Hint: look at the source.
If so, why there is a copy past desc for it
in ruby-doc ?
Probably that is the default behavior of the doc engine in cases of
aliases.
Thanks for answer, Robert K.!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs