Method: JBundler::Context#jarfile
- Defined in:
- lib/jbundler/context.rb
permalink #jarfile ⇒ Object
[View source]
17 18 19 |
# File 'lib/jbundler/context.rb', line 17 def jarfile @jarfile ||= Maven::Tools::Jarfile.new( @config.jarfile ) end |