Sha256: 639e953f8780cf767db177841b3a7b3e54af767eb5305d85041f808ba969b47f
Contents?: true
Size: 321 Bytes
Versions: 6
Compression:
Stored size: 321 Bytes
Contents
require 'cucumber/initializer' module Cucumber module Core module Gherkin class Document include Cucumber.initializer(:uri, :body) attr_reader :uri, :body def to_s body end def ==(other) to_s == other.to_s end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems