Module: ERB::Util
- Defined in:
- lib/fast_xs_monkey_patcher.rb
Overview
:nodoc:
Class Method Summary collapse
Class Method Details
.h ⇒ Object
23 |
# File 'lib/fast_xs_monkey_patcher.rb', line 23 def html_escape(value); value.to_s.fast_xs_html; end |
.html_escape(value) ⇒ Object
22 |
# File 'lib/fast_xs_monkey_patcher.rb', line 22 def html_escape(value); value.to_s.fast_xs_html; end |
.u ⇒ Object
28 |
# File 'lib/fast_xs_monkey_patcher.rb', line 28 def url_encode(value); value.to_s.fast_xs_url; end |
.url_encode(value) ⇒ Object
27 |
# File 'lib/fast_xs_monkey_patcher.rb', line 27 def url_encode(value); value.to_s.fast_xs_url; end |