aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/0.9.rb
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-31 14:14:21 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-31 14:14:21 +0000
commitd58d59b0a4fa6859a3d3efd1a9d40832c3007ecf (patch)
treef9ae1db068b4fe971550f6cb2afda5a2c399f2bd /lib/rss/0.9.rb
parentc6cf2e24fe9895b84308374017100cb77900d6db (diff)
downloadruby-d58d59b0a4fa6859a3d3efd1a9d40832c3007ecf.tar.gz
* lib/rss/maker/*.rb: added RSS Maker.
* test/rss/test_maker_*.rb: added tests for RSS Maker. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rss/0.9.rb')
-rw-r--r--lib/rss/0.9.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rss/0.9.rb b/lib/rss/0.9.rb
index dd5f93b868..d5c6b3a89d 100644
--- a/lib/rss/0.9.rb
+++ b/lib/rss/0.9.rb
@@ -252,7 +252,7 @@ EOT
install_get_attribute(name, uri, required)
end
- def initialize(domain, port, path, rp, protocol)
+ def initialize(domain=nil, port=nil, path=nil, rp=nil, protocol=nil)
super()
@domain = domain
@port = port