Class: Tagz::Namespace::HTMLSafe
- Inherits:
-
String
- Object
- String
- Tagz::Namespace::HTMLSafe
- Defined in:
- lib/tagz.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#html_safe ⇒ Object
233 234 235 |
# File 'lib/tagz.rb', line 233 def html_safe self end |
#to_s ⇒ Object
241 242 243 |
# File 'lib/tagz.rb', line 241 def to_s self end |