class Lucid::AST::Table::Different
Attributes
table[R]
Public Class Methods
new(table)
click to toggle source
Calls superclass method
# File lib/lucid/ast/table.rb, line 30 def initialize(table) super('Tables were not identical') @table = table end