class Web::HTMLElement
- Web::HTMLElement
- Web::DomObject
- JS::Reference
- Reference
- Object
Included Modules
- JS::ExpandMethods
Defined in:
frontend.crInstance Method Summary
-
#dup : self
Returns a shallow copy of this object.
- #inner_html=(value : String)
- #internal_setter_inner_html(value : String) : Nil
Instance methods inherited from class Web::DomObject
dup : self
dup
Instance Method Detail
def dup : self
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.