Sha256: de63c7de619ee34e2dc5724d363cfd60009e20b3308e1b105eba35b40519265b

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

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

# 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

1 entries across 1 versions & 1 rubygems

Version Path
macros4cuke-0.5.17 bin/macros4cuke