Sha256: d4cc072383c4608d4900066438d50630e5d0e68ca177ec7270d4e18c0583e912

Contents?: true

Size: 117 Bytes

Versions: 10

Compression:

Stored size: 117 Bytes

Contents

module TestModules

  def testmodule_for(mod)
    a = Module.new
    a.module_eval { include mod }

    a
  end

end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
configurations-2.0.0.pre test/support/testmodules.rb
configurations-1.4.0 test/support/testmodules.rb
configurations-1.3.5 test/support/testmodules.rb
configurations-1.3.4 test/support/testmodules.rb
configurations-1.3.3 test/support/testmodules.rb
configurations-1.3.1 test/support/testmodules.rb
configurations-1.3.0 test/support/testmodules.rb
configurations-1.1.0 test/support/testmodules.rb
configurations-1.0.1 test/support/testmodules.rb
configurations-1.0.0 test/support/testmodules.rb