Method: Cucumber::Ast::Table::Cells#value
- Defined in:
- lib/cucumber/ast/table.rb
#value(n) ⇒ Object
:nodoc:
620 621 622 |
# File 'lib/cucumber/ast/table.rb', line 620 def value(n) #:nodoc: self[n].value end |
:nodoc:
620 621 622 |
# File 'lib/cucumber/ast/table.rb', line 620 def value(n) #:nodoc: self[n].value end |