class Web::Window
- Web::Window
- Web::EventTarget
- JS::Reference
- Reference
- Object
Included Modules
- JS::ExpandMethods
Defined in:
web.crInstance Method Summary
- #console : JS::Console
- #document : HTMLDocument
-
#dup : self
Returns a shallow copy of this object.
- #inner_height : Int32
- #inner_width : Int32
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.