C# 4.0 dynamic keyword with IronRuby
In my continued exploration of C# 4.0, I wanted to put together a simple example of using the C# 4.0 "dynamic" keyword in conjunction with IronRuby [http://www.ironruby.net/]. I've been shocked at how difficult it was to find code samples on the internet that actually do this. With much persistence (and some significant pointing in the right direction from Justin Etheredge [http://www.codethinked.com/]) I got my simple example working. Given that there aren't many great examples of calling Ir...