Sha256: af8656c2786732a454a08d1db52d51b4c963669f2c49af0ea98b44a181d42295
Contents?: true
Size: 504 Bytes
Versions: 30
Compression:
Stored size: 504 Bytes
Contents
/** * Copyright (c) 2010-2012 Engine Yard, Inc. * Copyright (c) 2007-2009 Sun Microsystems, Inc. * This source code is available under the MIT license. * See the file LICENSE.txt for details. */ import java.io.IOException; import org.jruby.Ruby; import org.jruby.runtime.load.BasicLibraryService; public class WarblerJarService implements BasicLibraryService { public boolean basicLoad(final Ruby runtime) throws IOException { WarblerJar.create(runtime); return true; } }
Version data entries
30 entries across 30 versions & 2 rubygems