Change is good.

-----Original Message-----
From: Tomas Matousek
Sent: Saturday, November 01, 2008 12:35 PM
To: IronRuby External Code Reviewers
Cc: [email protected]
Subject: Code Review: ArrayOfT

tfpt review "/shelveset:ArrayOfT;REDMOND\tomat"
Comment  :
  Enables simple array type creation:

  >>> require 'mscorlib'
  => true
  >>> System::Array.of(Fixnum)
  => System::Int32[]
  >>> System::Array.of(Fixnum).new(10)
  => [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

Tomas
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to