Method: YARD::CodeObjects::Base#group

Defined in:
lib/yard/code_objects/base.rb

#groupString

Returns the group this object is associated with.

Returns:

  • (String)

    the group this object is associated with

Since:

  • 0.6.0


174
175
176
# File 'lib/yard/code_objects/base.rb', line 174

def group
  @group
end