class Cucumber::Formatter::Json

def current_feature

def current_feature
  @feature_hash ||= {} # rubocop:disable Naming/MemoizedInstanceVariableName
end