Sha256: c992eec2d753761a624dc9fbcdbbbeaa39ef1d7795da0109a3b6b6f737b78104

Contents?: true

Size: 461 Bytes

Versions: 3

Compression:

Stored size: 461 Bytes

Contents

require "tfg/support/version"

if defined? ActiveSupport
  require "active_support/core_ext/hash/indifferent_access"
end

module TFG
  module Support
    autoload :DeepHashAccessor, "tfg/support/deep_hash_accessor"
    autoload :Sequence, "tfg/support/sequence"
    autoload :HashWithIndifferentEquality, "tfg/support/hash_with_indifferent_equality"
  end
end

Dir[File.expand_path("../tfg/support/core_ext/**/*.rb", __FILE__)].each do |file|
  require file
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tfg_support-1.1.1 lib/tfg_support.rb
tfg_support-1.0.1 lib/tfg_support.rb
tfg_support-1.0.0 lib/tfg_support.rb