Sha256: fc17c7caf32188fcf7be6c732bcbe912469d2fda3859ad7c817544c0d9372359

Contents?: true

Size: 160 Bytes

Versions: 25

Compression:

Stored size: 160 Bytes

Contents

module OtherExtensionModule
  def another_method
    :correct_other_module_result
  end
  def self.another_method
    :incorrect_other_module_result
  end
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
radiant-tags-extension-1.6.10 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
johnsbrn-has_many_polymorphs-2.13.1 test/modules/other_extension_module.rb
johnsbrn-has_many_polymorphs-2.13.3 test/modules/other_extension_module.rb
johnsbrn-has_many_polymorphs-2.13.4 test/modules/other_extension_module.rb
johnsbrn-has_many_polymorphs-2.13 test/modules/other_extension_module.rb
radiant-tags-extension-1.6.9 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.8 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.7 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.6 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.5 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.4 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.3 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.2 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.1 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.6.0 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
radiant-tags-extension-1.5.1 vendor/plugins/has_many_polymorphs/test/modules/other_extension_module.rb
has_many_polymorphs-2.10 test/modules/other_extension_module.rb
has_many_polymorphs-2.12 test/modules/other_extension_module.rb
has_many_polymorphs-2.2 test/modules/other_extension_module.rb
has_many_polymorphs-2.9 test/modules/other_extension_module.rb