Example #1
0
        public static void Run(IronRubyApplication app, IDictionary<string, string> options) {
            // TODO: make sure IIS is running

            if (_current == null) {
                _current = new AspNet(app);
            }
        }
Example #2
0
        public static void Run(IronRubyApplication app, IDictionary <string, string> options)
        {
            // TODO: make sure IIS is running

            if (_current == null)
            {
                _current = new AspNet(app);
            }
        }