module Bundler
module Bundler::Audit
class Bundler::Audit::Advisory
class Bundler::Audit::CLI
class Bundler::Audit::Database
bundler-audit
0.1.2
# say
def say(string="", color=nil) color = nil unless $stdout.tty? super(string, color) end