Sha256: 3ca89874e65133d7f4dd49b3790eb33fd768d9d5f00aea7e017533397e99b43d

Contents?: true

Size: 646 Bytes

Versions: 1

Compression:

Stored size: 646 Bytes

Contents

#!/usr/bin/ruby
require 'Context/Gtk/App'
require 'Context/require_all'
require 'jldrill/contexts/MainContext'

# When profiling only a small part of the application, uncomment the next two lines
# And then run Profiler__::start_profile where you want to profile
#require 'profiler'
#Profiler__::stop_profile

require_all 'jldrill/views/gtk/*.rb'


module JLDrill
    module Gtk
        jldrill = Context::Gtk::App.new(JLDrill::Gtk, JLDrill::MainContext)
        jldrill.enter
    end
end

# Uncomment these if you want to use the profiler on a small part of the code
#        Profiler__::stop_profile
#        Profiler__::print_profile(STDOUT)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jldrill-0.5.1.7 bin/jldrill