Sha256: df7b71f476c0c4a72b098e2959c0797f11c17291037d02b76e22b54544413ec6
Contents?: true
Size: 273 Bytes
Versions: 15
Compression:
Stored size: 273 Bytes
Contents
require 'rvm/capistrano/helpers/base' rvm_with_capistrano do unless methods.map(&:to_sym).include?(:_cset) # Taken from the capistrano code. def _cset(name, *args, &block) unless exists?(name) set(name, *args, &block) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems