# sig/cucumber/compatibility_kit.rbs class CompatibilityKit def cck_features_folder_location: () -> untyped def feature_code_for: () -> untyped def file_type_in_folder?: () -> untyped def gherkin: () -> untyped def gherkin_example?: () -> untyped def markdown: () -> untyped def markdown_example?: () -> untyped end