72 73 74
# File 'lib/html/struct.rb', line 72 def prop_text props.inject('') { |s, p| s << " " << p.to_s } end