module CapistranoMiscRecipes::Bundler
Public Instance Methods
bundlify(command)
click to toggle source
# File lib/capistrano_misc_recipes/bundler.rb, line 3 def bundlify command return defined?(Bundler) ? "bundle exec #{command}" : command end