summaryrefslogtreecommitdiff
path: root/lib/rss/0.9.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rss/0.9.rb')
-rw-r--r--lib/rss/0.9.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index 4007391f98..eb2d828102 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -61,10 +61,6 @@ module RSS
end
private
- def children
- [@channel]
- end
-
def _attrs
[
["version", true, "rss_version"],
@@ -100,10 +96,6 @@ module RSS
alias date= pubDate=
private
- def children
- [@skipDays, @skipHours, @image, @textInput, @cloud, *@item]
- end
-
def maker_target(maker)
maker.channel
end
@@ -137,11 +129,6 @@ module RSS
install_have_children_element(name, "", occurs)
end
- private
- def children
- @day
- end
-
class Day < Element
include RSS09
@@ -169,11 +156,6 @@ module RSS
install_have_children_element(name, "", occurs)
end
- private
- def children
- @hour
- end
-
class Hour < Element
include RSS09
@@ -270,10 +252,6 @@ module RSS
end
private
- def children
- [@source, @enclosure, *@category].compact
- end
-
def maker_target(items)
if items.respond_to?("items")
# For backward compatibility