Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ryan should be a better pair programmer and tell me to use idiomatic …
…ruby. ugh
  • Loading branch information
tenderlove committed Dec 1, 2010
1 parent 9b922a2 commit c8aeacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ben_string.rb
Expand Up @@ -5,7 +5,7 @@ module Version
BUGFX = 0

def self.version(sep = ".")
[MAJOR, MINOR, BUGFX].join(sep)
return [MAJOR, MINOR, BUGFX].join(sep)
end


Expand Down

0 comments on commit c8aeacf

Please sign in to comment.