Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created April 16, 2011 16:42
Show Gist options
  • Save domgreen/923265 to your computer and use it in GitHub Desktop.
Save domgreen/923265 to your computer and use it in GitHub Desktop.
Simple C# class to be called from IronRuby
namespace IronRubyMine
{
public class Person
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment