Skip to content

Commit

Permalink
Style™
Browse files Browse the repository at this point in the history
fixing space
  • Loading branch information
locks committed Oct 11, 2011
1 parent c03cd94 commit 40ad2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/common/string19.rb
Expand Up @@ -132,7 +132,7 @@ def to_r
return Rational(0,1) if empty?

clean = strip
numerator = clean.gsub(".","").to_i
numerator = clean.gsub(".", "").to_i
denominator = 1

if clean.match(/\d\.\d/)
Expand Down

0 comments on commit 40ad2fc

Please sign in to comment.