Sha256: 6a11a21b068be55c3275364b6756cd635982874a53a9c44f90eb7f05f3cf7bfc
Contents?: true
Size: 225 Bytes
Versions: 119
Compression:
Stored size: 225 Bytes
Contents
/** * Copyright 2007 Ye Zheng * Distributed under the BSD License */ package com.xruby.runtime.lang.util; import com.xruby.runtime.lang.RubyModule; public interface RubyModuleBuilder { RubyModule createRubyModule(); }
Version data entries
119 entries across 119 versions & 1 rubygems