Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDoc::Store#load_class supports RDoc::SingleClass #589

Merged
merged 1 commit into from
Jan 19, 2018

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
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