Class: YARD::Handlers::Ruby::ActiveRecord2::Associations::HasManyHandler
- Inherits:
-
PluralHandler
- Object
- MethodHandler
- Base
- PluralHandler
- YARD::Handlers::Ruby::ActiveRecord2::Associations::HasManyHandler
- Defined in:
- lib/yard-activerecord2/associations/has_many_handler.rb
Instance Method Summary collapse
Methods inherited from PluralHandler
Methods inherited from Base
Instance Method Details
#return_description ⇒ Object
7 8 9 |
# File 'lib/yard-activerecord2/associations/has_many_handler.rb', line 7 def return_description "#{namespace} <b>has many</b> #{method_name}" end |