Method: YARD::Tags::AttributeDirective#method_name
- Defined in:
- lib/yard/tags/directives.rb
#method_name ⇒ Object (protected)
441 442 443 444 445 |
# File 'lib/yard/tags/directives.rb', line 441 def method_name name = sanitized_tag_signature || handler.call_params.first name += '=' unless readable? name end |