Class: Sparrowhawk::JRubyRackJarEntry
- Defined in:
- lib/sparrowhawk/jruby_rack_jar_entry.rb
Instance Attribute Summary
Attributes inherited from FileEntry
Instance Method Summary collapse
Methods inherited from JarEntry
Methods inherited from FileEntry
Constructor Details
This class inherits a constructor from Sparrowhawk::JarEntry
Instance Method Details
#jar_path ⇒ Object
5 6 7 8 9 10 11 12 13 |
# File 'lib/sparrowhawk/jruby_rack_jar_entry.rb', line 5 def jar_path return @jar_path if @jar_path begin require 'jruby-rack' @jar_path = JRubyJars.jruby_rack_jar_path rescue LoadError => err @jar_path = jar_path_from_load_error(err) end end |