Sha256: c5b304729ab7217364a20c554a5de32e6a8915c198657ce041435167d3d9ebf7

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

#!/usr/bin/ruby
# encoding: utf-8
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.6.0.1 bin/jldrill