Method: YARD::Docstring#hash_flag
- Defined in:
- lib/yard/docstring.rb
permalink #hash_flag ⇒ Boolean
Returns whether the docstring was started with “##”.
29 30 31 |
# File 'lib/yard/docstring.rb', line 29 def hash_flag @hash_flag end |