Sha256: 2d6aff57abce018eb9533dd3efa1bd917824ea37c3dca34cd0fbf0e4a53e7200

Contents?: true

Size: 243 Bytes

Versions: 9

Compression:

Stored size: 243 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

file = __FILE__
if test('l', file)
  require 'pathname'
  file = Pathname.new(file).realpath
end

require File.expand_path(File.dirname(file) + '/../lib/jruby_art')
Processing::Runner.execute

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jruby_art-2.6.1 bin/k9
jruby_art-2.6.0 bin/k9
jruby_art-2.5.1 bin/k9
jruby_art-2.5.0 bin/k9
jruby_art-2.4.3 bin/k9
jruby_art-2.4.2 bin/k9
jruby_art-2.4.1 bin/k9
jruby_art-2.4.0 bin/k9
jruby_art-2.3.0 bin/k9