Method: GraphQL::Backtrace::Table#to_table

Defined in:
lib/graphql/backtrace/table.rb

#to_tableString

Returns A table layout of backtrace with metadata.

Returns:

  • (String)

    A table layout of backtrace with metadata

[View source] [View on GitHub]

22
23
24
# File 'lib/graphql/backtrace/table.rb', line 22

def to_table
  @to_table ||= render_table(rows)
end