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

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)