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



683
684
685
# File 'lib/cucumber/ast/table.rb', line 683

def ==(o)
  true
end

#statusObject



679
680
681
# File 'lib/cucumber/ast/table.rb', line 679

def status
  :comment
end