See Also:
Tiny::SafeString
17 18 19
# File 'lib/tiny/erubis.rb', line 17 def append= obj self << obj.to_s end
21 22 23
# File 'lib/tiny/erubis.rb', line 21 def append_escaped= obj self << Tiny::Helpers.sanitize(obj.to_s) end