Created
June 9, 2010 04:52
-
-
Save hotgazpacho/431068 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Will\dev\FactoryGirlSpike\InteropConsole\bin\Debug>ir | |
IronRuby 1.0.0.0 on .NET 4.0.30319.1 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
>>> require 'factories.rb' | |
=> true | |
>>> u = Factory.build(:user) | |
=> CLR User: FirstName: John, LastName: Doe, Admin: False, Email [email protected] | |
>>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about this:
[~] 1> ir
IronRuby 1.0.0.0 on .NET 4.0.30319.1
Copyright (c) Microsoft Corporation. All rights reserved.