This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
ERB (Embedded Ruby) is a templating system in Ruby that allows developers to embed Ruby code within text templates. It's commonly used for dynamically generating HTML, XML, or other markup languages. ERB has been part of the Ruby standard library since Ruby 1.8.0.
Open-source | yes |