Skip to content

errors with <visibility> def ... (ruby >= 2.1) #354

@thyresias

Description

@thyresias

With the code below:

  • method X::Y#foo is not documented
  • class X::Z is documented as Z, with superclass Y (instead of X::Z < X::Y)
module X
  class Y
    protected def foo
    end
  end
  class Z < Y
    def foo
    end
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions