Sha256: 034fbb3a9a358f15cd6f97394d9d0b9808a49b0246fa9cf3310ebc253037ed69
Contents?: true
Size: 344 Bytes
Versions: 10
Compression:
Stored size: 344 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2019 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. require 'pathname' base = Pathname(__FILE__).dirname.expand_path Dir.glob(base + '*.rb').each do |file| require file end
Version data entries
10 entries across 10 versions & 1 rubygems