Method: YARD::Docstring#hash_flag

Defined in:
lib/yard/docstring.rb

#hash_flagBoolean

Returns whether the docstring was started with “##”.

Returns:

  • (Boolean)

    whether the docstring was started with “##”

[View source]

29
30
31
# File 'lib/yard/docstring.rb', line 29

def hash_flag
  @hash_flag
end