Project

General

Profile

Actions

Bug #21319

closed

Namespaces do not support including mixins

Added by fxn (Xavier Noria) about 2 months ago. Updated about 2 months ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:121954]

Description

The following program

module M
end

class C
  include M
end

fails under a namespace with error

'Module#include': Cannot include refinement (TypeError)

Related issues 1 (0 open1 closed)

Related to Ruby - Bug #21321: Namespaces do not support extending mixinsClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0