Methods
Instance Public methods
create_element(tag_name, attributes = {}) Link
Source: show
# File actiontext/lib/action_text/html_conversion.rb, line 15 def create_element(tag_name, attributes = {}) document.create_element(tag_name, attributes) end