class Web::HTMLDocument
- Web::HTMLDocument
- Web::Document
- Web::Node
- Web::EventTarget
- JS::Reference
- Reference
- Object
Included Modules
- JS::ExpandMethods
Defined in:
web.crInstance Method Summary
- #body : HTMLBodyElement
- #create_element(tagName : String) : HTMLCanvasElement
-
#dup : self
Returns a shallow copy of this object.
Instance methods inherited from class Web::Document
dup : self
dup
Instance methods inherited from class Web::Node
append_child(child : Node) : Nil
append_child,
dup : self
dup
Instance methods inherited from class Web::EventTarget
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.