Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/tiny/erubis.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#append=(obj) ⇒ Object
17 18 19 |
# File 'lib/tiny/erubis.rb', line 17 def append= obj self << obj.to_s end |
#append_escaped=(obj) ⇒ Object
21 22 23 |
# File 'lib/tiny/erubis.rb', line 21 def append_escaped= obj self << Tiny::Helpers.sanitize(obj.to_s) end |