Sha256: 3eceaf0f48b10531bbae447a23e844375a4fecc34be46af98c58b6b0a61816f2
Contents?: true
Size: 293 Bytes
Versions: 10
Compression:
Stored size: 293 Bytes
Contents
require 'rubygems' gem('bacon') require 'bacon' $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'dm_gen' # get a summary of errors raised and such Bacon.summary_on_exit def create(file) lambda { |obj| obj.all_actions.map{|t| t.destination }.include?(file) } end
Version data entries
10 entries across 10 versions & 1 rubygems