Sha256: 6626f637b0122ecc7459533cb9ad02ad2e3207082bc67214aeec911d2a2fadc9

Contents?: true

Size: 524 Bytes

Versions: 2

Compression:

Stored size: 524 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 GlooLang

  ERROR_MSG = 'Error:  the gloo_lang gem is not runnable!'.freeze
  puts ERROR_MSG

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gloo-lang-0.9.2 lib/gloo-lang.rb
gloo-lang-0.9.1 lib/gloo_lang.rb