Skip to content

Commit

Permalink
removed newline in /lib/cashify.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
caleywoods committed Jun 15, 2011
1 parent b717751 commit 9201f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cashify.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ class Float
def cashify
return "$" + "%.2f" % self unless self.nil?
end
end
end

0 comments on commit 9201f10

Please sign in to comment.