>
> Message: 1
> Date: Sat, 20 Feb 2010 10:16:16 +
> From: John Nolan
> To: ironruby-core@rubyforge.org
> Subject: [Ironruby-core] Getting started with IronRuby and c# issues.
> Message-ID:
>
> Content-Type: text/plain; cha
ironruby will have 'rubified' the Person class's FirstName method to
first_name and I think you mean to assert against the john instance of
Person (rather than the Person class).
Otherwise it looks pretty close.
Try:
require "test/unit"
require "../IronRuby/bin/debug/IronRubyAndCSharp.dll"
clas
Hi IronRuby mailing list,
Inspired by a talk by Ben Hall on testing c# with Ruby I thought I'd give it
a go but
I'm frustratingly stuck at the first hurdle. I've emailed Ben but as I've
not had an immediate response I thought I'd open it to you good people.
Any way. I thought I'd start off simple