Sha256: 077a3771a6974f05810a66952076cc4d24f17c62022c5200b6b797e9c2360fc2

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 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/biom"
require "iroki/version"

require "iroki/const/const"

require "iroki/color/color"
require "iroki/color/gradient"
require "iroki/color/single_sample_gradient"
require "iroki/color/palette/palette"

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

2 entries across 2 versions & 1 rubygems

Version Path
iroki-0.0.10 lib/iroki.rb
iroki-0.0.9 lib/iroki.rb