# File lib/cucumber/core/gherkin/document.rb, line 8 def initialize(uri, body) @uri = uri @body = body end
# File lib/cucumber/core/gherkin/document.rb, line 17 def ==(other) to_s == other.to_s end
# File lib/cucumber/core/gherkin/document.rb, line 13 def to_s body end