This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_3_392) is shown here.
element_init()
public
Initialise the HTML generation methods for this version.
# File lib/cgi/html.rb, line 996
def element_init
methods = ""
# - -
for element in ] FRAMESET ]
methods += def #{element.downcase}(attributes = {}) + nn_element_def(element) + end
end
# - O EMPTY
for element in ] FRAME ]
methods += def #{element.downcase}(attributes = {}) + nOE_element_def(element) + end
end
eval(methods)
end