: Tuesday, June 29, 2010 11:59 AM
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] Calling constructor when static .New() method is
> defined
>
> Philippe Leybaert wrote:
> > But I personally think this behavior is completely wrong. Calling .new from
> &
@rubyforge.org [mailto:ironruby-core-
> boun...@rubyforge.org] On Behalf Of Tomas Matousek
> Sent: dinsdag 29 juni 2010 19:24
> To: ironruby-core@rubyforge.org
> Subject: Re: [Ironruby-core] Calling constructor when static .New() method is
> defined
>
> You can call CLR constr
9:57 AM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Calling constructor when static .New() method is
defined
Shay Friedman suggested I'd post this to the mailing list, as it may be a bug
in IronRuby:
It seems impossible to call a constructor when there is a static .New() method
def
yforge.org
Subject: [Ironruby-core] Calling constructor when static .New() method is
defined
Shay Friedman suggested I'd post this to the mailing list, as it may be a bug
in IronRuby:
It seems impossible to call a constructor when there is a static .New() method
defined on a class.
This is a mi
Shay Friedman suggested I'd post this to the mailing list, as it may be a bug
in IronRuby:
It seems impossible to call a constructor when there is a static .New() method
defined on a class.
This is a minimal test case demonstrating the problem:
.NET (C#) class:
public class Tester
{