Sha256: 09f3a00f2826d535b99b01da4ca9aaec98de2fc3201926b3a4ae867c42fd0c6b
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 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 String.include Iroki::CoreExt::String include Iroki::CoreExt::File include Iroki::Utils include AbortIf include AbortIf::Assert module Iroki end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iroki-0.0.8 | lib/iroki.rb |