Sha256: ad70e04a31303b55f0adb52d5a7d60cc262649de2421a68c8a3a1e372f2f9718
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 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? Gloo::App::Engine.new( params ).start
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gloo-0.8.0 | lib/run.rb |
gloo-0.7.7 | lib/run.rb |