[ruby-talk:02415] Re: Marshal: Want string out, but want depth specified?

From: matz@... (Yukihiro Matsumoto)
Date: 2000-04-09 22:59:42 UTC
List: ruby-talk #2415
Hi,

In message "[ruby-talk:02405] Re: Marshal: Want string out, but want depth specified?"
    on 00/04/08, Quinn Dunkan <quinn@envy.ugcs.caltech.edu> writes:

|So, when are we going to get keyword args in ruby? :)
|@encoded = [Marshal.dump(@decoded, depth:depth)].pack('m')

In Ruby 1.7.  Development would be started in summer hopefully.

In This Thread