Sha256: 58a46f07f1217ccde66671ff511fc25de803177dcd2e2956d5c2a1e7ad0968c9
Contents?: true
Size: 488 Bytes
Versions: 3
Compression:
Stored size: 488 Bytes
Contents
=begin This file is part of the Raktr project and may be subject to redistribution and commercial restrictions. Please see the Raktr web site for more information on licensing and terms of use. =end require 'singleton' class Raktr # **Do not use directly!** # # Use the {Reactor} class methods to manage a globally accessible {Reactor} # instance. # # @author Tasos "Zapotek" Laskos <tasos.laskos@gmail.com> # @private class Global < Raktr include Singleton end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
raktr-0.0.3 | lib/raktr/global.rb |
raktr-0.0.2 | lib/raktr/global.rb |
raktr-0.0.1 | lib/raktr/global.rb |