method
variables
v1_8_7_72 -
Show latest stable
- Class:
RSS::Maker::AtomTextConstruct
variables()private
No documentation available.
# File lib/rss/maker/atom.rb, line 76
def variables
if type == "xhtml"
super + %w(xhtml)
else
super
end
end