Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/hir.rb
Instance Method Summary collapse
Instance Method Details
#to_html_attrs ⇒ Object
2 3 4 |
# File 'lib/hir.rb', line 2 def to_html_attrs map { |k, v| " #{k}='#{v}'" }.join end |