Sha256: 06624e474cc28f5a0e23ae52b36bf906d7cb0161dfee8353c8f5b36b1c23a1bc
Contents?: true
Size: 514 Bytes
Versions: 135
Compression:
Stored size: 514 Bytes
Contents
/** * Copyright 2007 Xue Yong Zhi * Distributed under the BSD License */ package com.xruby.compiler.codegen; import com.xruby.runtime.lang.RubyBinding; //Right now we just treat class/module definition as RubyProgram class ClassGeneratorForClassModuleBuilder extends ClassGeneratorForRubyProgram { public ClassGeneratorForClassModuleBuilder(String name, String fileName, RubyBinding binding, boolean is_singleton) { super(name, fileName, binding, false, is_singleton); } }
Version data entries
135 entries across 135 versions & 2 rubygems