closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hsbt is now known as hsbt_away
enebo has joined #ruby-core
Aethenelle has joined #ruby-core
enebo has quit [Quit: enebo]
tax has joined #ruby-core
harrow has quit [Ping timeout: 276 seconds]
harrow has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
shinnya has joined #ruby-core
shinnya has quit [Ping timeout: 260 seconds]
znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby-core
tax has quit [Ping timeout: 260 seconds]
hsbt_away is now known as hsbt
madgen has joined #ruby-core
<znz_jp>
biff: [ruby-changes:42828] ktsj:r54901 (trunk): * test/test_set.rb: add missing test of Set#select!. - http://mla.n-z.jp/?ruby-changes=42828
<zzak>
[092-111-145-194.static.chello.nl/92.111.145.194, irc.freenode.net] oh i was thrown of because i thought it did month correctly, but that was just because my example used 01 as it's month! I'll look up the correct usage, thanks
<zzak>
[Tore Torell, irc.freenode.net] you're looking for Time.iso8601
<zzak>
[apeiros, irc.freenode.net] remember to `require 'time'` for that one.
madgen has quit [Ping timeout: 240 seconds]
<zzak>
[Textual User, irc.freenode.net] is it possible to a rescue in the enumerator block similar to how it is used in the methods?
<zzak>
[apeiros, irc.freenode.net] you can rescue anywhere
<zzak>
[apeiros, irc.freenode.net] also, "is it possible" -> just try in pry (or irb)
<zzak>
[Jan Steffens, irc.freenode.net] well, you can't do "do rescue end" but you can do "do begin rescue end end"
<zzak>
[Jan Steffens, irc.freenode.net] apeiros: I wonder if `do begin ... rescue ... end end` is common enough for `do ... rescue ... end` to be considered