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