Skip to content

Make inherited methods appear in groups if applicable#1656

Open
UlyssesZh wants to merge 1 commit intolsegal:mainfrom
UlyssesZh:group-inheritance
Open

Make inherited methods appear in groups if applicable#1656
UlyssesZh wants to merge 1 commit intolsegal:mainfrom
UlyssesZh:group-inheritance

Conversation

@UlyssesZh
Copy link

Description

Make inherited methods appear in groups if applicable. Example:

module Kat

	# @!group DSL Methods

	def eat
	end

	# @!endgroup

	def drink
	end
end

class Mar

	include Kat

	# @!group DSL Methods

	def sleep
	end

	# @!endgroup

	def rest
	end
end
image

Completed Tasks

  • I have read the Contributing Guide.
  • The pull request is complete (implemented / written).
  • Git commits have been cleaned up (squash WIP / revert commits).
  • I wrote tests and ran bundle exec rake locally (if code is attached to PR).

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.

1 participant