HTMLElement.ruby constructor
HTMLElement.ruby()
Creates an HTMLElement using the tag 'ruby'.
Implementation
HTMLElement.ruby() : _ = document.createElement('ruby');
Creates an HTMLElement using the tag 'ruby'.
HTMLElement.ruby() : _ = document.createElement('ruby');