Skip to content

Commit

Permalink
Idiom: Consistent names for args -> ivars.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette authored and veganstraightedge committed Jun 21, 2010
1 parent 86eeb80 commit 72d6791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/newbase60.rb
Expand Up @@ -4,8 +4,8 @@
class Newbase60
VERSION = '1.0.1'

def initialize(str)
@base_60 = str
def initialize(base_60)
@base_60 = base_60
end

def to_s
Expand Down

0 comments on commit 72d6791

Please sign in to comment.