pry / pry-doc

Provide MRI Core documentation and source code for the Pry REPL
https://github.com/pry/pry-doc
Other
175 stars 26 forks source link

Fix NoMethodError: undefined method `namespace_name' for Sample::A::B:Module #97

Closed ghost closed 4 years ago

ghost commented 4 years ago

I fix NoMethodError: undefined methodnamespace_name' for Sample::A::B:Module`. Module#namespace_name is deleted by https://github.com/lsegal/yard/pull/1229.

kyrylo commented 4 years ago

Thank you!