class ViewModel::Migration::Builder

def check_signature!(block)

def check_signature!(block)
  unless block.arity == 2
    raise RuntimeError.new('Illegal signature for migration method, must be (view, references)')
  end
end