Sha256: 6fabca597499383d2eb18599eb26c321a8d4c0c5889996bdb3dc0a7dc44f9d04
Contents?: true
Size: 347 Bytes
Versions: 64
Compression:
Stored size: 347 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 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
64 entries across 64 versions & 1 rubygems