Sha256: 763c50f58df52d2d343259883d1ced5fc9478f56c2f75373d6d4214c9efb4d23
Contents?: true
Size: 380 Bytes
Versions: 14
Compression:
Stored size: 380 Bytes
Contents
#!/usr/bin/env ruby watirsplash_dir = File.expand_path(File.join(File.dirname(__FILE__), '../lib')) $LOAD_PATH.unshift(watirsplash_dir) unless $LOAD_PATH.include?(watirsplash_dir) require 'watirsplash/generator' if ARGV.size == 1 && ::WatirSplash::Generator.respond_to?(ARGV[0]) exit ::WatirSplash::Generator.send(ARGV[0]) else exit ::WatirSplash::Generator.help end
Version data entries
14 entries across 14 versions & 1 rubygems