class Cucumber::Core::Ast::LanguageDelegator
Attributes
iso_code[R]
Public Class Methods
new(iso_code, obj)
click to toggle source
Calls superclass method
# File lib/cucumber/core/ast/feature.rb, line 73 def initialize(iso_code, obj) super(obj) @iso_code = iso_code end