Top Level Namespace

Defined Under Namespace

Modules: GC, ThreadSafety

Instance Method Summary collapse

Instance Method Details

#create_gc_makefile(name, &block) ⇒ Object



12
13
14
# File 'ext/extconf_base.rb', line 12

def create_gc_makefile(name, &block)
  create_makefile("librubygc.#{name}", &block)
end