2005-01-21から1日間の記事一覧

Duck typing

OO

http://www.rubygarden.org/ruby?DuckTyping Duck typing is way of thinking about programming in Ruby. [snip] In Ruby, types are defined as the capabilities of objects. Classes can be used to give objects their initial capabilities, Duck typi…