Class: Cucumber::Ast::Table::SurplusCell

Inherits:
Cell show all
Defined in:
lib/cucumber/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 Cucumber::Ast::Table::Cell

Instance Method Details

#==(o) ⇒ Object



728
729
730
# File 'lib/cucumber/ast/table.rb', line 728

def ==(o)
  true
end

#hashObject



732
733
734
# File 'lib/cucumber/ast/table.rb', line 732

def hash
  0
end

#statusObject



724
725
726
# File 'lib/cucumber/ast/table.rb', line 724

def status
  :comment
end