Sha256: b4b74f6652a65d155a4c98b8b450733c0b4c819c36f18a9572ea60e17100393a
Contents?: true
Size: 389 Bytes
Versions: 10
Compression:
Stored size: 389 Bytes
Contents
#!/usr/bin/env ruby # File: macros4cuke # The 'executable' of the Macros4Cuke library. mydir = File.dirname(__FILE__) lib_dir = mydir + '/../lib' $LOAD_PATH.unshift lib_dir unless $LOAD_PATH.include?(lib_dir) require 'macros4cuke' # Load the Cukedep::Application class # The application's entry point app = Macros4Cuke::Application.new app.run!(ARGV.dup) # End of file
Version data entries
10 entries across 10 versions & 1 rubygems