class Nokogiri::XML::Document
Attributes
tag_suffix[W]
Public Instance Methods
create_element(name, *args, &block)
click to toggle source
# File lib/oddb2xml/builder.rb, line 18 def create_element name, *args, &block name += (@tag_suffix || "") create_element_origin(name, *args, &block) end
Also aliased as: create_element_origin