[email protected]] On Behalf Of Shay Friedman
Sent: Sunday, October 25, 2009 10:10 PM
To: [email protected]
Subject: Re: [Ironruby-core] Something's wrong with ObjectSpace
I don't have a specific need for that right now. However, it does sound logical
to me that you'd
, October 25, 2009 1:26 PM
> To: ironruby-core
> Subject: [Ironruby-core] Something's wrong with ObjectSpace
>
> Hey,
>
> The next REPL session works fine in MRI but in IR it throws an error:
> >>> str = "sss"
> => "sss"
&g
g] On Behalf Of Shay Friedman
Sent: Sunday, October 25, 2009 1:26 PM
To: ironruby-core
Subject: [Ironruby-core] Something's wrong with ObjectSpace
Hey,
The next REPL session works fine in MRI but in IR it throws an error:
>>> str = "sss"
=> "sss"
>>> ObjectS
Hey,
The next REPL session works fine in MRI but in IR it throws an error:
>>> str = "sss"
=> "sss"
>>> ObjectSpace.each_object(String) { |x| puts x }
d:\IronRuby\GitRepository2\ironruby\Merlin\Main\Languages\Ruby\Libraries.LCA_RESTRICTED\Builtins\ObjectSpace.cs:37:in
`each_object': each_object on