Module: JRubyAbridged

Defined in:
lib/jruby-abridged.rb

Overview

Copyright

Copyright 2009 Google Inc.

Original Author

Ryan Brown ([email protected])

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Constant Summary collapse

VERSION =
'1.3.1'

Class Method Summary collapse

Class Method Details

.jruby_jarObject



20
21
22
# File 'lib/jruby-abridged.rb', line 20

def self.jruby_jar
  File.join(File.dirname(__FILE__), "jruby-abridged-#{VERSION}.jar")
end

.rubygems_jarObject



24
25
26
# File 'lib/jruby-abridged.rb', line 24

def self.rubygems_jar
  File.join(File.dirname(__FILE__), "jruby-abridged-rubygems-#{VERSION}.jar")
end