ERB

ERB

-標準添付ライブラリ紹介 【第 10 回】 ERB
--https://magazine.rubyist.net/articles/0017/0017-BundledLibraries.html

-eRuby - Wikipedia
--https://ja.wikipedia.org/wiki/ERuby
-->eRubyとは、Rubyの周辺技術の一つで、HTMLへRubyスクリプトを埋め込む事を可能とする技術である。embedded Rubyの略。ERBとも表記され、ファイル拡張子も.erbである事が多い。対象としてはHTMLだけでなく、任意のプレインテキストに適用できる。Ruby on RailsのMVCの内で、Viewの開発言語にも採用されている。

-class ERB (Ruby 2.5.0)
--https://docs.ruby-lang.org/ja/2.5.0/class/ERB.html

-class ERB::ERB - Documentation for Ruby 2.3.0
--https://docs.ruby-lang.org/en/2.3.0/ERB/ERB.html

-class ERB::ERB - Documentation for Ruby 2.4.0
--https://docs.ruby-lang.org/en/2.4.0/ERB/ERB.html

-class ERB::ERB - Documentation for Ruby 2.5.0
--https://docs.ruby-lang.org/en/2.5.0/ERB/ERB.html

-サンプルコードでわかる!Ruby 2.5の主な新機能と変更点 Part 1
--https://qiita.com/jnchito/items/f182b6f0093a6a3701a1
-->ERBのローカル変数をHashで渡せる ERB#result_with_hash メソッド

-Feature #8631: Add a new method to ERB to allow assigning the local variables from a hash - Ruby trunk - Ruby Issue Tracking System
--https://bugs.ruby-lang.org/issues/8631

-class OpenStruct (Ruby 2.5.0)
--https://docs.ruby-lang.org/ja/2.5.0/class/OpenStruct.html