Sha256: ee3189f83d4888ffe41d81420a154f3d741aef9222fd5118bddd3902af9b95fe

Contents?: true

Size: 141 Bytes

Versions: 4

Compression:

Stored size: 141 Bytes

Contents

# encoding: UTF-8
require 'pathname'

base = Pathname(__FILE__).dirname.expand_path
Dir.glob(base + '*.rb').each do |file|
  require file
end

Version data entries

4 entries across 1 versions & 1 rubygems

Version Path
gooddata-0.6.0 lib/gooddata/commands/commands.rb
gooddata-0.6.0 lib/gooddata/data/data.rb
gooddata-0.6.0 lib/gooddata/exceptions/exceptions.rb
gooddata-0.6.0 lib/gooddata/models/models.rb