Method: MdnQuery::Table#heading

Defined in:
lib/mdn_query/table.rb

#headingArray<String> (readonly)

Returns the heading of the table.

Returns:

  • (Array<String>)

    the heading of the table



11
12
13
# File 'lib/mdn_query/table.rb', line 11

def heading
  @heading
end