有没有办法使用生成器的inject_into_file
将某些内容附加到文件中?它必须得到一个:before
或:after
参数,但我应该传递什么来附加一些东西?
请使用append_to_file
append_to_file "file.rb" do
"hello"
end