Created
January 23, 2015 11:00
-
-
Save evie404/cbbc5f23b1f7a3a99043 to your computer and use it in GitHub Desktop.
十萬個為什麼
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
十萬 = 100_000 | |
class Fixnum | |
def 個 | |
times.map { yield } | |
end | |
end | |
puts 十萬.個 { "為什麼" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment