Top Level Namespace

Defined Under Namespace

Modules: JBundler

Constant Summary collapse

BOOTSTRAP =
'jar-bootstrap.rb'

Instance Method Summary collapse

Instance Method Details

#jruby_home(path) ⇒ Object



21
22
23
# File 'lib/jbundler/executable_pom.rb', line 21

def jruby_home( path )
  File.join( 'META-INF/jruby.home/lib/ruby/gems/shared', path )
end