Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/hir.rb

Instance Method Summary collapse

Instance Method Details

#to_html_attrsObject



2
3
4
# File 'lib/hir.rb', line 2

def to_html_attrs
  map { |k, v| " #{k}='#{v}'" }.join
end