# encoding: utf-8 module LocalPac module Actions class ShowConfig def run puts LocalPac.config end end end end