Sha256: a2b61ca5f90fe77d0190cf1aa33c587eefeab505d184481bf462040b08c815db

Contents?: true

Size: 353 Bytes

Versions: 44

Compression:

Stored size: 353 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_relative file
end

Version data entries

44 entries across 44 versions & 3 rubygems

Version Path
jetel-0.0.3 lib/jetel/extensions/extensions.rb
gooddata-0.6.24 lib/gooddata/models/models.rb
gooddata-0.6.23 lib/gooddata/models/models.rb
gooddata-0.6.22 lib/gooddata/models/models.rb