Method: Ditz::ErbHtml#h
- Defined in:
- lib/html.rb
#h(o) ⇒ Object
18 |
# File 'lib/html.rb', line 18 def h o; o.to_s.gsub("&", "&").gsub("<", "<").gsub(">", ">") end |
18 |
# File 'lib/html.rb', line 18 def h o; o.to_s.gsub("&", "&").gsub("<", "<").gsub(">", ">") end |