I'd like to mock up a WCF service using IronRuby. This presents some stumbling blocks however, in that WCF ServiceContracts are defined by creating an Interface and then applying attributes to it.
Interface ~= Module in IronRuby, so that would probably be fine, but how can I apply attributes to the module and the methods it declares?
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
