Sha256: 61f61f2ba1d86909a71edab3c443134625a9b84287afd4b17e6ba8984b4555c9

Contents?: true

Size: 490 Bytes

Versions: 1

Compression:

Stored size: 490 Bytes

Contents

# Author::    Eric Crane  (mailto:eric.crane@mac.com)
# Copyright:: Copyright (c) 2022 Eric Crane.  All rights reserved.
#
# Start the Engine.
#

# Look for all required dependencies.
path = File.dirname( File.absolute_path( __FILE__ ) )
require File.join( path, 'dependencies.rb' )

# module Gloo
#   def self.run
#     params = []
#     ( params << '--cli' ) if ARGV.count.zero?
#     Gloo::App::Engine.new( params ).start
#   end
# end

puts 'Error:  the gloo_lang gem is not runnable!'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gloo-lang-0.9.0 lib/gloo_lang.rb