Sha256: 4c34d2df9b8b7ec157d219e6ee4b8c51f52dc280d1a251a3971ce37ad7af8006
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 Bytes
Contents
=begin Copyright(c) 2006-2010 arton =end require 'rbconfig' module RjbConf dir = File.join(File.dirname(File.dirname(__FILE__)), 'data') if File.exist?(dir) datadir = dir else datadir = Config::CONFIG['datadir'] end BRIDGE_FILE = File.join(datadir, 'rjb', 'jp', 'co', 'infoseek', 'hp', 'arton', 'rjb', 'RBridge.class') unless File.exist?(BRIDGE_FILE) raise 'bridge file not found' end end require 'rjbcore'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rjb-1.2.6 | lib/rjb.rb |
rjb-1.2.5 | lib/rjb.rb |
rjb-1.2.4 | lib/rjb.rb |
rjb-1.2.3 | lib/rjb.rb |
rjb-1.2.1-x86-mswin32-60 | lib/rjb.rb |
rjb-1.2.2 | lib/rjb.rb |