Method: Element#html
- Defined in:
- lib/source/redshift/accessors.rb
#html ⇒ Object
call-seq:
elem.html -> string
Returns a string representation of the HTML inside elem.
145 146 147 |
# File 'lib/source/redshift/accessors.rb', line 145 def html `$q(this.__native__.innerHTML)` end |