class Cucumber::Core::Ast::LanguageDelegator

def initialize(iso_code, obj)

def initialize(iso_code, obj)
  super(obj)
  @iso_code = iso_code
end