LoginSignup
1
0

More than 5 years have passed since last update.

rubyファイルと同じフォルダにあるerbファイルをERBテンプレートにインスタンス化するワンライナー

Posted at

です(自分用)

require 'erb'
ERB_TEMPLATE = ERB.new(File.open(File.join(File.dirname(__FILE__), 'erb_filename.erb'), 'r:utf-8'){|f| f.read})

ワンライナーなのに、2行になっとる!

1
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0