Sha256: f845cece21573f71cde22f49048824afa9b1fece6797f5876b818aec30c148e0
Contents?: true
Size: 513 Bytes
Versions: 20
Compression:
Stored size: 513 Bytes
Contents
# # The following can be used to run the application in CLI mode # in development and use source rather than the gem. # # From the /lib/ directory: ruby run.rb # # Look for all required dependencies. path = File.dirname( File.absolute_path( __FILE__ ) ) require File.join( path, 'dependencies.rb' ) params = [] ( params << '--cli' ) if ARGV.count.zero? platform = Gloo::App::Platform.new context = Gloo::App::EngineContext.new( params, platform, Gloo::App::Log, nil ) Gloo::App::Engine.new( context ).start
Version data entries
20 entries across 20 versions & 1 rubygems