Will this ever be supported?

// c#

public void Tag(Action action)
{
  action();
}

// rb

tag do
  puts 'yay!'
end

Cheers,

Andrew.
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to