Sha256: 6623711371c5f27253cec5fa93e78ef6927d1c28788bfe102a0ab9c66a61ad5a
Contents?: true
Size: 344 Bytes
Versions: 145
Compression:
Stored size: 344 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 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
145 entries across 29 versions & 2 rubygems