Cool! :)
Tomas
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Charles Strahan
Sent: Monday, July 26, 2010 5:24 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Setting and initializing instance variables on
RubyClasses
It
atic fields
> since the value should be bound to Ruby runtime. To allocate data bound to a
> runtime we provide GetOrCreateLibraryData method on RubyContext. You'll find
> a few places where it's used in IronRuby.Library. But before you dig into
> that consider writing your code
o
TryGetClassVariable always looks up a dictionary.
Tomas
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Charles Strahan
Sent: Sunday, July 25, 2010 3:02 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Setting and initializing insta
it that are
> perf critical in pure C# (w/o Ruby specific attributes). Our C# interop is
> strong so there shouldn't be generally a need for writing Ruby code in C#.
>
> Tomas
>
> -Original Message-
> From: ironruby-core-boun...@rubyforge.org [mailto:
> ironruby-core
arles Strahan
Sent: Monday, July 05, 2010 10:59 PM
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] Setting and initializing instance variables on
RubyClasses
Hello,
How can I go about setting an instance variable on a RubyClass?
Here's some code for context:
[RubyClass("
Charles
-Original Message-
From: ironruby-core-boun...@rubyforge.org
[mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Tomas Matousek
Sent: Tuesday, July 06, 2010 1:17 AM
To: ironruby-core@rubyforge.org
Subject: Re: [Ironruby-core] Setting and initializing instance variables on
Rub
Subject: [Ironruby-core] Setting and initializing instance variables on
RubyClasses
Hello,
How can I go about setting an instance variable on a RubyClass?
Here's some code for context:
[RubyClass("Graphics")]
public class Graphics
{
[RubyMet
Hello,
How can I go about setting an instance variable on a RubyClass?
Here's some code for context:
[RubyClass("Graphics")]
public class Graphics
{
[RubyMethod("frame_rate", RubyMethodAttributes.PublicSingleton)]
public static int GetFrameRate(RubyClass self)