1. Eiwa System Management, Inc.
Agile Division
Ruby x Agile Group
Koichi ITO (@koic)
2015.12.14 (Mon)
Somewhere in Tokyo
Yamama.rb #0
Agile Software Development
Edge Rubywith
2. Computer programmer, guitarist.
Leader of an Agile software development team
at Eiwa System Management, Inc.
Lives in Shinjuku.
@koic photo token by @NaCl
24. ? 手元だけ動いても仕方ないんですよ
XPでCIは主要プラクティス
$ irb
irb(main):001:0 RUBY_VERSION
= 2.0.0
irb(main):002:0 class C; end
= nil
irb(main):003:0 module M end
= nil
irb(main):004:0 C.include M
NoMethodError: private method `include'
called for C:Class