Class: Lucid::AST::Table::SurplusCell

Inherits:
Cell show all
Defined in:
lib/lucid/ast/table.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Cell

#line, #table, #value

Instance Method Summary collapse

Methods inherited from Cell

#accept, #eql?, #initialize, #inspect!, #to_sexp

Constructor Details

This class inherits a constructor from Lucid::AST::Table::Cell

Instance Method Details

#==(o) ⇒ Object



722
723
724
# File 'lib/lucid/ast/table.rb', line 722

def ==(o)
  true
end

#hashObject



726
727
728
# File 'lib/lucid/ast/table.rb', line 726

def hash
  0
end

#statusObject



718
719
720
# File 'lib/lucid/ast/table.rb', line 718

def status
  :comment
end