Sha256: a16807420587bf51c24ef5552044923a5423248d8866c877bbcc1debb131fdfd
Contents?: true
Size: 237 Bytes
Versions: 135
Compression:
Stored size: 237 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
135 entries across 135 versions & 2 rubygems