例如:
code = <<-EOH bundle install bundle exec unicorn -c /etc/unicorn.cfg -D EOH
这段代码有什么作用?什么<<-叫?
<<-
ruby
ruby ×1