Skip to content

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Jan 18, 2018

RDoc treats C::S below as a RDoc::SingleClass:

class C
  class << self
    class S
    end
  end
end

But RDoc::Store#load_class didn't support it.

This Pull Request fixes it and closes #403.

RDoc treats C::S below as a RDoc::SingleClass:

  class C
    class << self
      class S
      end
    end
  end

But RDoc::Store#load_class didn't support it.
@aycabta aycabta merged commit cfa2d31 into ruby:master Jan 19, 2018
@aycabta aycabta deleted the load_class-support-single-class branch January 19, 2018 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoMethodError exception: when trying to access cucumber-2.3.3/ the RDoc (4.2.2)
1 participant