class Lucid::AST::OutlineTable::ExampleRow::InvalidForHeaderRowError
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/lucid/ast/outline_table.rb, line 54 def initialize(*args) super 'This is a header row and cannot pass or fail' end