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



645
646
647
# File 'lib/cucumber/ast/table.rb', line 645

def ==(o)
  true
end

#statusObject



641
642
643
# File 'lib/cucumber/ast/table.rb', line 641

def status
  :comment
end