search for: rubyf

Displaying 2 results from an estimated 2 matches for "rubyf".

Did you mean: ruby
2006 Apr 19
1
Rubyfication of wxWindows
As I posted to the list, at some point after we''ve fixed all the gaping huge holes we''ll begin plastering over the rougher spots in wxRuby2. I was giving some thoughts to predicate methods, of which there are quite a few in wxWindows. My question is, how far from the wxWindows documentation do we want to move? Do we want to have aliases for all renamed methods? Example:
2007 Oct 18
6
Bug in minimal.rb
Hi! I discovered WxRuby2 and WxSugar a short while ago (1.9.1) and I really like its professional look and the platform independance. But especially the simplification and ''rubyfication'' that you already achieved and are planning for 1.9.2 (event handlers) is funstuff! Thanks a lot! And with Ruby 1.9/2 the keyword constructors will be even nicer with the new hash syntax: From http://eigenclass.org/hiki/Changes+in+Ruby+1.9#l6 New literal hash syntax...