Sha256: d36b5c76f6c783e4bb310cb4f15da556f28aa0de324f0cc87cd48d23f650282b

Contents?: true

Size: 360 Bytes

Versions: 11

Compression:

Stored size: 360 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 + '*_helper.rb').each do |file|
  require_relative file
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jetel-0.0.15 lib/jetel/helpers/helpers.rb
jetel-0.0.14 lib/jetel/helpers/helpers.rb
jetel-0.0.12 lib/jetel/helpers/helpers.rb
jetel-0.0.11 lib/jetel/helpers/helpers.rb
jetel-0.0.10 lib/jetel/helpers/helpers.rb
jetel-0.0.9 lib/jetel/helpers/helpers.rb
jetel-0.0.8 lib/jetel/helpers/helpers.rb
jetel-0.0.7 lib/jetel/helpers/helpers.rb
jetel-0.0.6 lib/jetel/helpers/helpers.rb
jetel-0.0.5 lib/jetel/helpers/helpers.rb
jetel-0.0.4 lib/jetel/helpers/helpers.rb