# frozen_string_literal: true module Migrations::Converters::Example class Step4 < ::Migrations::Converters::Base::Step end end