Sha256: 02e2a4262b17008111c9293f9ccc99e19578bba072e3dfd827d5f6b511e1774b
Contents?: true
Size: 1.13 KB
Versions: 7
Compression:
Stored size: 1.13 KB
Contents
# Copyright 2016 Ryan Moore # Contact: moorer@udel.edu # # This file is part of Iroki. # # Iroki is free software: you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # Iroki is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with Iroki. If not, see <http://www.gnu.org/licenses/>. require "abort_if" require "iroki/version" require "iroki/const/const" require "iroki/color/color" require "iroki/core_ext/hash/hash" require "iroki/core_ext/string/string" require "iroki/core_ext/file/file" require "iroki/utils/utils" require "iroki/main/main" include Iroki::Const include Iroki::Color include Iroki::CoreExt::Hash include Iroki::CoreExt::String include Iroki::CoreExt::File include Iroki::Utils include AbortIf module Iroki end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
iroki-0.0.7 | lib/iroki.rb |
iroki-0.0.6 | lib/iroki.rb |
iroki-0.0.5 | lib/iroki.rb |
iroki-0.0.4 | lib/iroki.rb |
iroki-0.0.3 | lib/iroki.rb |
iroki-0.0.2 | lib/iroki.rb |
iroki-0.0.1 | lib/iroki.rb |