class Cucumber::Core::Gherkin::Writer::Gherkin

def initialize(uri, &source)

def initialize(uri, &source)
  @uri, @source = uri, source
end