# frozen_string_literal: true module Macros class Contract < Macros::Base register :extract_params register :prepopulate end end