Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/toolsmith/core_ext/array.rb

Instance Method Summary collapse

Instance Method Details

#html_joinObject

Joins an array of HTML-safe strings



3
4
5
# File 'lib/toolsmith/core_ext/array.rb', line 3

def html_join
  inject("".html_safe, :+)
end