member method is renamed to member?
This commit is contained in:
parent
6a22f14868
commit
f4ab55fdf0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Dwarf: newsrc.rb,v 1.12 2003/07/20 20:32:01 ward Exp $
|
||||
# $Dwarf: newsrc.rb,v 1.13 2004/06/16 08:16:58 ward Exp $
|
||||
# $Source$
|
||||
|
||||
#
|
||||
|
|
@ -359,7 +359,7 @@ def subscribed(name)
|
|||
end
|
||||
|
||||
def marked(name, article)
|
||||
exists(name) and @newsrc["group"][name]["articles"].member(article)
|
||||
exists(name) and @newsrc["group"][name]["articles"].member?(article)
|
||||
end
|
||||
|
||||
def num_groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue