class Gem::Commands::ExecCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF.gsub('      ', '')
    Run in context of a bundle
  EOF
end