예제 #1
0
        public void Init()
        {
            _compiler = new RubyViewCompiler
            {
                BaseClass = typeof(StubSparkView).FullName, Debug = true
            };
            _languageFactory = new RubyLanguageFactory();

            //load assemblies
            global::IronRuby.Ruby.CreateEngine();
        }
예제 #2
0
        public void Init()
        {
            _compiler = new RubyViewCompiler
                        {
                            BaseClass = typeof(StubSparkView).FullName,Debug = true
                        };
            _languageFactory = new RubyLanguageFactory();

            //load assemblies
            global::IronRuby.Ruby.CreateEngine();
        }