davidbalbert is now known as davidbalber|away
xibbar has quit [Ping timeout: 240 seconds]
headius has quit [Ping timeout: 256 seconds]
nari has quit [Ping timeout: 248 seconds]
enebo has quit [Quit: enebo]
xibbar has joined #ruby-core
xibbar_ has quit [Ping timeout: 245 seconds]
xibbar_ has joined #ruby-core
xibbar has quit [Ping timeout: 256 seconds]
kosaki2 has joined #ruby-core
xibbar__ has joined #ruby-core
xibbar_ has quit [Ping timeout: 240 seconds]
<znz_v> biff: [ruby-changes:26861] drbrain:r38913 (trunk): * doc/syntax/refinements.rdoc: Added refinements document based on - http://mla.n-z.jp/?ruby-changes=26861
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build was broken. by @drbrain: See http://travis-ci.org/ruby/ruby/builds/4344948
hiroyukim has joined #ruby-core
asarih_afk has quit [Quit: Computer has gone to sleep.]
carlosantonio has quit [Remote host closed the connection]
provoke has joined #ruby-core
carlosantonio has joined #ruby-core
xibbar__ has quit [Ping timeout: 264 seconds]
kosaki8 has quit [Ping timeout: 252 seconds]
nokada has joined #ruby-core
provoke has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
ddd has quit [Ping timeout: 245 seconds]
carlosantonio has quit [Remote host closed the connection]
carlosantonio has joined #ruby-core
<znz_v> biff: [ruby-changes:26862] drbrain:r38914 (trunk): * NEWS (RDoc): Added mention of page support and markdown support. - http://mla.n-z.jp/?ruby-changes=26862
travis-ci has joined #ruby-core
<travis-ci> [travis-ci] The build was fixed. by @drbrain: See http://travis-ci.org/ruby/ruby/builds/4345706
travis-ci has left #ruby-core [#ruby-core]
nurse has joined #ruby-core
asarih has joined #ruby-core
nari has joined #ruby-core
ged has joined #ruby-core
drbrain has quit [Remote host closed the connection]
hiroyukim has quit [Remote host closed the connection]
xibbar has joined #ruby-core
ddd has joined #ruby-core
xibbar has quit [Remote host closed the connection]
asarih has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
kosaki2 has quit [Remote host closed the connection]
hiroyukim has joined #ruby-core
hiroyukim has quit [Ping timeout: 252 seconds]
<znz_v> biff: [ruby-changes:26863] nari:r38915 (trunk): * eval.c (f_current_dirname): Add documentation about "__dir__ - http://mla.n-z.jp/?ruby-changes=26863
ddd1 has joined #ruby-core
ddd1 has left #ruby-core [#ruby-core]
carlosantonio has quit [Remote host closed the connection]
ddd has quit [Ping timeout: 245 seconds]
davidbalber|away is now known as davidbalbert
drbrain has joined #ruby-core
<znz_v> biff: [ruby-changes:26864] naruse:r38916 (trunk): fix rdoc of __dir__ [Bug #7729] - http://mla.n-z.jp/?ruby-changes=26864
drbrain has quit [Ping timeout: 244 seconds]
kosaki2 has joined #ruby-core
<znz_v> biff: [ruby-changes:26865] nari:r38917 (trunk): fix NEWS of __dir__ - http://mla.n-z.jp/?ruby-changes=26865
hiroyukim has joined #ruby-core
ddd has joined #ruby-core
hiroyukim has quit [Remote host closed the connection]
kosaki2 has quit [Remote host closed the connection]
asarih has joined #ruby-core
marcandre has quit [Remote host closed the connection]
hiroyukim has joined #ruby-core
<znz_v> biff: [ruby-changes:26866] naruse:r38918 (trunk): Refix of r38916: it uses realpath - http://mla.n-z.jp/?ruby-changes=26866
hiroyukim has quit [Ping timeout: 244 seconds]
drbrain has joined #ruby-core
hiroyukim has joined #ruby-core
hiroyukim has quit [Ping timeout: 240 seconds]
asarih has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
xibbar has joined #ruby-core
hiroyukim has joined #ruby-core
xibbar has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:26867] nari:r38919 (trunk): fix documents. __dir__ is a shorthand File.realdirpath(__FILE__). - http://mla.n-z.jp/?ruby-changes=26867
hiroyukim has quit [Ping timeout: 244 seconds]
hiroyukim has joined #ruby-core
xibbar has joined #ruby-core
xibbar has quit [Remote host closed the connection]
xibbar has joined #ruby-core
xibbar has quit [Remote host closed the connection]
headius has joined #ruby-core
<znz_v> biff: [ruby-changes:26868] marcandRe: r38920 (trunk): * enumerator.c: Fix state handling for Lazy#take - http://mla.n-z.jp/?ruby-changes=26868
<znz_v> biff: [ruby-changes:26869] marcandRe: r38921 (trunk): * enumerator.c: Fix state handling for Lazy#drop_while - http://mla.n-z.jp/?ruby-changes=26869
<znz_v> biff: [ruby-changes:26870] marcandRe: r38922 (trunk): * enumerator.c: Fix state handling for Lazy#drop - http://mla.n-z.jp/?ruby-changes=26870
<znz_v> biff: [ruby-changes:26871] marcandRe: r38923 (trunk): * enumerator.c: Fix state handling for Lazy#zip - http://mla.n-z.jp/?ruby-changes=26871
xibbar has joined #ruby-core
xibbar has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
carlosantonio has joined #ruby-core
<znz_v> biff: [ruby-changes:26872] nobu:r38924 (trunk): re-fix documents - http://mla.n-z.jp/?ruby-changes=26872
carlosantonio has quit [Ping timeout: 244 seconds]
hiroyukim has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:26873] marcandRe: r38925 (trunk): * enumerator.c: Optimize Lazy#zip when passed only arrays - http://mla.n-z.jp/?ruby-changes=26873
xibbar has joined #ruby-core
xibbar_ has joined #ruby-core
xibbar has quit [Ping timeout: 246 seconds]
xibbar_ has quit [Remote host closed the connection]
headius has quit [Quit: headius]
hiroyukim has joined #ruby-core
schaerli has joined #ruby-core
hiroyukim has quit [Ping timeout: 248 seconds]
<znz_v> biff: [ruby-changes:26874] marcandRe: r38926 (trunk): * enumerator.c (lazy_zip): raise error for bad arguments - http://mla.n-z.jp/?ruby-changes=26874
<znz_v> biff: [ruby-changes:26875] marcandRe: r38927 (trunk): * enum.c (enum_zip): Fix error message - http://mla.n-z.jp/?ruby-changes=26875
<znz_v> biff: [ruby-changes:26876] drbrain:r38928 (trunk): * doc/syntax/calling_methods.rdoc: Added a Method Lookup section. - http://mla.n-z.jp/?ruby-changes=26876
kosaki8 has joined #ruby-core
vondruch has joined #ruby-core
hiroyukim has joined #ruby-core
travis-ci has joined #ruby-core
<travis-ci> [travis-ci] The build was broken. by @drbrain: See http://travis-ci.org/ruby/ruby/builds/4350505
travis-ci has left #ruby-core [#ruby-core]
hiroyukim has quit [Ping timeout: 255 seconds]
hiroyukim has joined #ruby-core
kosaki8 has quit [Ping timeout: 264 seconds]
judofyr has joined #ruby-core
kosaki2 has joined #ruby-core
vondruch has quit [Read error: Connection reset by peer]
vondruch has joined #ruby-core
xibbar has joined #ruby-core
xibbar has quit [Remote host closed the connection]
vondruch_ has joined #ruby-core
vondruch has quit [Ping timeout: 255 seconds]
schaerli has quit [Remote host closed the connection]
vondruch_ is now known as vondruch
nari has quit [Ping timeout: 245 seconds]
hiroyukim has quit [Remote host closed the connection]
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
hiroyukim has joined #ruby-core
schaerli has joined #ruby-core
hiroyukim has quit [Remote host closed the connection]
kosaki8 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
<znz_v> biff: [ruby-changes:26877] sorah:r38929 (trunk): * NEWS (yaml): Write about bundled libyaml. - http://mla.n-z.jp/?ruby-changes=26877
carlosan_ has joined #ruby-core
travis-ci has joined #ruby-core
travis-ci has left #ruby-core [#ruby-core]
<travis-ci> [travis-ci] The build was fixed. by @sorah: See http://travis-ci.org/ruby/ruby/builds/4352958
schaerli has quit [Remote host closed the connection]
rafaelfranca has joined #ruby-core
charliesome has joined #ruby-core
schaerli has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
nari has joined #ruby-core
kosaki8 has quit [Ping timeout: 264 seconds]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
asarih has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Ping timeout: 264 seconds]
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
nari has quit [Ping timeout: 248 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
schaerli has quit [Remote host closed the connection]
nari has joined #ruby-core
schaerli has joined #ruby-core
__BigO__ has joined #ruby-core
schaerli has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
headius has joined #ruby-core
nari has quit [Ping timeout: 255 seconds]
asarih has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
asarih has joined #ruby-core
vondruch has quit [Ping timeout: 245 seconds]
judofyr has quit [Remote host closed the connection]
judofyr has joined #ruby-core
judofyr has quit [Ping timeout: 256 seconds]
enebo has joined #ruby-core
davidbalbert is now known as davidbalber|away
headius has quit [Quit: headius]
headius has joined #ruby-core
schaerli has joined #ruby-core
tenderlove has joined #ruby-core
carlosan_ has quit [Remote host closed the connection]
marcandre has joined #ruby-core
carlosantonio has joined #ruby-core
ddd has quit [Ping timeout: 245 seconds]
ddd has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
carlosantonio has quit [Remote host closed the connection]
carlosantonio has joined #ruby-core
drbrain has quit [Remote host closed the connection]
__BigO__ has quit [Remote host closed the connection]
__BigO__ has joined #ruby-core
tenderlove has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
carlosantonio has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
ex9t_ has joined #ruby-core
ex9t has quit [Read error: Operation timed out]
__BigO__ has quit [Remote host closed the connection]
__BigO__ has joined #ruby-core
carlosantonio has joined #ruby-core
davidbalbert is now known as davidbalber|away
drbrain has joined #ruby-core
tenderlove has joined #ruby-core
davidbalber|away is now known as davidbalbert
carlosantonio has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 245 seconds]
tenderlove has joined #ruby-core
asarih has quit [Ping timeout: 264 seconds]
carlosantonio has joined #ruby-core
enebo has joined #ruby-core
schaerli has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
davidbalbert is now known as davidbalber|away
__BigO__ has quit [Remote host closed the connection]
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
kosaki8 has joined #ruby-core
davidbalber|away is now known as davidbalbert
nari has joined #ruby-core
carlosantonio has quit [Ping timeout: 248 seconds]
carlosantonio has joined #ruby-core
carlosantonio has quit [Remote host closed the connection]
headius has quit [Quit: headius]
carlosantonio has joined #ruby-core
tenderlove has quit [Remote host closed the connection]