Sha256: 19da54119510fd1f5a8c9b167e8b8ace41f23f4f37902c7c8c1a898a2c570b37
Contents?: true
Size: 331 Bytes
Versions: 9
Compression:
Stored size: 331 Bytes
Contents
#import "GHGherkinLanguageSetting.h" @implementation GHGherkinLanguageSetting @synthesize name; @synthesize native; @synthesize feature; @synthesize background; @synthesize scenario; @synthesize scenarioOutline; @synthesize examples; @synthesize given; @synthesize when; @synthesize then; @synthesize and; @synthesize but; @end
Version data entries
9 entries across 9 versions & 1 rubygems