Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/toolsmith/core_ext/array.rb
Instance Method Summary collapse
-
#html_join ⇒ Object
Joins an array of HTML-safe strings.
Instance Method Details
#html_join ⇒ Object
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 |