You might like Tomas' latest blog entry:
http://blog.tomasm.net/2010/03/21/ironruby-on-your-phone/
-Curt
___
Ironruby-core mailing list
Ironruby-core@rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core
I'll give that a try, thanks.
On Tue, Mar 23, 2010 at 3:13 PM, Shay Friedman wrote:
> Maybe the .NET's System.Text.Encoding class:
>
> >>> bytes = Encoding.convert(Encoding.ASCII, Encoding.UTF8,
> Encoding.ASCII.get_bytes("Hello".to_clr_string))
> => [72 (Byte), 101 (Byte), 108 (Byte), 108 (Byte)
if you put a app\myfile.rb in the zip file
you should be able to do require 'app/myfile'
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Web: http://whiterabbitconsulting.eu - http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http
It doesn't work for Ruby files as well as assemblies (which are placed
within a ZIP file)... :-(
Shay Friedman | Author of IronRuby Unleashed
Blog: http://IronShay.com | Twitter: http://twitter.com/ironshay
On Tue, Mar 23, 2010 at 5:00 PM,