SimpleDelegator
# File lib/cucumber/core/ast/feature.rb, line 90 def initialize(iso_code, obj) super(obj) @iso_code = iso_code end