= private = protected
setter(uri, tag_name)
return the setter for the uri, tag_name pair, or nil.
# File lib/rss/parser.rb, line 181 def setter(uri, tag_name) begin @@setters[uri][tag_name] rescue NameError nil end end