Module: MasterView::MIO::EscapeErbMIOFilter
- Defined in:
- lib/masterview/io.rb
Instance Method Summary collapse
Instance Method Details
#read(options = {}) ⇒ Object
350 351 352 353 |
# File 'lib/masterview/io.rb', line 350 def read(={}) content = super ::MasterView::EscapeErbHelper.escape_erb(content) end |