what is ERb?
ERb means Embeded Ruby, and it is probably the coolest tools used on Ruby. ERb was written by Seki Masatoshi. Its major use is to put Ruby code inside an HTML file. ERb reads from word to word. At some point when it reads the Ruby code embedded in the document it sees that it has to fill in a blank.
|