Method: YARD::CodeObjects::Base#group
- Defined in:
- lib/yard/code_objects/base.rb
#group ⇒ String
Returns the group this object is associated with.
174 175 176 |
# File 'lib/yard/code_objects/base.rb', line 174 def group @group end |