require 'jbundle' JBUNDLE_FILE = 'Jfile' begin JBundle.config_from_file(JBUNDLE_FILE) JBundle.write! rescue JBundle::NoJFileError => boom puts boom.message end