Method: XRay::HTML::Element#prop_text

Defined in:
lib/html/struct.rb

#prop_textObject



72
73
74
# File 'lib/html/struct.rb', line 72

def prop_text
  props.inject('') { |s, p| s << " " << p.to_s }
end