Sha256: 35e8d880262774d925af82cef702b36d2e18c0e7dd19ea79fe9b08345399aa35
Contents?: true
Size: 279 Bytes
Versions: 15
Compression:
Stored size: 279 Bytes
Contents
require 'gherkin/native' module Gherkin module Parser class Row native_impl('gherkin') attr_reader :cells, :comments, :line def initialize(cells, comments, line) @cells, @comments, @line = cells, comments, line end end end end
Version data entries
15 entries across 15 versions & 1 rubygems