Skip to content

Commit

Permalink
Now I hate method visibility. I must be tired.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieroger committed Jan 15, 2009
1 parent c86fa0b commit 7925551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class Page
# Creates a new Page object.
def initialize(bot, title='')
@bot = bot

puts @bot.config

info = info(title)

@title = info['title']
@namespace = info['ns']
@new = info.has_key?('new')
Expand Down
1 change: 0 additions & 1 deletion lib/utilities.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module RWBUtilities

private

# is_redirect?
#
Expand Down

0 comments on commit 7925551

Please sign in to comment.