Skip to content

Instantly share code, notes, and snippets.

@evie404
Created January 23, 2015 11:00
Show Gist options
  • Save evie404/cbbc5f23b1f7a3a99043 to your computer and use it in GitHub Desktop.
Save evie404/cbbc5f23b1f7a3a99043 to your computer and use it in GitHub Desktop.
十萬個為什麼
十萬 = 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