Sha256: 0eed21082459d5b1abc9f7528a5d02e478d1b7d80654441c35cdf85b0d1f47bb
Contents?: true
Size: 544 Bytes
Versions: 12
Compression:
Stored size: 544 Bytes
Contents
#!/usr/bin/env ruby # # Copyright (c) 2013-2017 Masanori Kado, Masayoshi Takahashi, Kenshi Muto # # This program is free software. # You can distribute or modify this program under the terms of # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". require 'pathname' bindir = Pathname.new(__FILE__).realpath.dirname $LOAD_PATH.unshift((bindir + '../lib').realpath) require 'review/init' if File.basename($PROGRAM_NAME) == File.basename(__FILE__) ReVIEW::Init.execute(*ARGV) end
Version data entries
12 entries across 12 versions & 1 rubygems