Your number has too many zeros? In ruby you can make that more readable (and easier to write!) by using underscores:
moneys = 1_000_000.00
=> 1000000.0(Source: rubyloveinfo)
7 notes 0 comments (via rubyloveinfo)
You can use HTML tags for formatting. Wrap code in <code> tags and multiple lines of code in <pre><code> tags.