Sha256: 5181f322a34e6d3c9ec7dea032215bf15fd6f7537b2ddb1013bb3eb5101f949c

Contents?: true

Size: 131 Bytes

Versions: 25

Compression:

Stored size: 131 Bytes

Contents

module ExtensionModule
  def a_method
    :correct_module_result
  end
  def self.a_method
    :incorrect_module_result
  end
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
has_many_polymorphs-2.2 test/modules/extension_module.rb
has_many_polymorphs-2.11 test/modules/extension_module.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/modules/extension_module.rb