[Ironruby-core] IronRuby on your Phone

2010-03-24 Thread Curt Hagenlocher
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

Re: [Ironruby-core] Missing method in NKF module

2010-03-24 Thread Mark Rendle
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)

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-24 Thread Ivan Porto Carrero
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

Re: [Ironruby-core] Using Ruby's standard libraries in Silverlight

2010-03-24 Thread Shay Friedman
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,