Sha256: a011c5280a1209ae350ab429585ed0971fefd1fc01a48807e48852f6c586b2c9
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
puts "running in bin!" require 'cherry_kit' require File.join(Dir.getwd, 'lib', 'app_controller') # Run the application! Make the App object, create an instance of the user's # application controller and set it as the delegate, and then "run baby run!" app = CherryKit::Application.new app.delegate = AppController.new app.run
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opal-0.1.0 | opals/cherry_kit/bin/cherry_kit.rb |