Sha256: b58cdc315f08c7e06a9a986062a940f0239cf1b88f058c54d924dc57babe129f

Contents?: true

Size: 473 Bytes

Versions: 4

Compression:

Stored size: 473 Bytes

Contents

require 'motion-require'

files = [
  'core_ext/ns_dictionary',
  'core_ext/hash/deep_merge',
  'core_ext/hash/except',
  'core_ext/hash/indifferent_access',
  'core_ext/hash/keys',
  'core_ext/hash/reverse_merge',
  'core_ext/hash/slice',
  'core_ext/hash/deep_delete_if',
  'hash_with_indifferent_access',
  
  'core_ext/module/delegation'
].map { |file| File.expand_path(File.join(File.dirname(__FILE__), "/../../../motion", "#{file}.rb")) }

Motion::Require.all(files)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
motion-support-1.1.0 lib/motion-support/core_ext/hash.rb
motion-support-1.0.0 lib/motion-support/core_ext/hash.rb
motion-support-0.3.0 lib/motion-support/core_ext/hash.rb
motion-support-0.2.6 lib/motion-support/core_ext/hash.rb