class Cucumber::Core::Gherkin::Document
def ==(other)
def ==(other) to_s == other.to_s end
def initialize(uri, body, language = nil)
def initialize(uri, body, language = nil) @uri = uri @body = body @language = language || 'en' end
def to_s
def to_s body end