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, #initialize, #inspect!, #to_sexp

Constructor Details

This class inherits a constructor from Cucumber::Ast::Table::Cell

Instance Method Details

#==(o) ⇒ Object



620
621
622
# File 'lib/cucumber/ast/table.rb', line 620

def ==(o)
  true
end

#statusObject



616
617
618
# File 'lib/cucumber/ast/table.rb', line 616

def status
  :comment
end