require 'erb' title = "" layout = "" content = ERB.new(File.read("hoge.html.erb")).result(binding) result = ERB.new(File.read(layout)).result(binding) File.open("hoge.html", "w") do |file| file.puts result end. このようにする。title と layout という2個の変数を作っているのは、 hoge.html.erb に ...
18.02.2016 09:57
=======================================
http://ift.tt/1abnmbU
February 18, 2016 at 05:57PM
=======================================
http://ift.tt/1abnmbU
February 18, 2016 at 05:57PM
コメント
コメントを投稿