class Puma::DSL

def prune_bundler(answer=true)

Other tags:
    Note: - This is only supported for RubyGems 2.2+
    Note: - This is incompatible with +preload_app!+.

Other tags:
    See: extra_runtime_dependencies -
def prune_bundler(answer=true)
  @options[:prune_bundler] = answer
end