Class: YARD::Handlers::Ruby::ActiveRecord2::Associations::HasAndBelongsToManyHandler

Inherits:
PluralHandler
  • Object
show all
Defined in:
lib/yard-activerecord2/associations/has_and_belongs_to_many_handler.rb

Instance Method Summary collapse

Methods inherited from PluralHandler

#class_name

Methods inherited from Base

#process

Instance Method Details

#return_descriptionObject



7
8
9
# File 'lib/yard-activerecord2/associations/has_and_belongs_to_many_handler.rb', line 7

def return_description
  "#{namespace} <b>has and belongs to many</b> #{method_name}"
end