Ruby is_a?とkind_of?について。 Rubyist Magazine - あなたの Ruby コードを添削します 【第 2 回】 HexStruct.rbkind_of? は is_a? の alias ですから、効果は同じです。 しかし最近は三人称を避けるべきという理由で ... 2014.01.27 Ruby
Rails except(:order)とunscope(:order)の違い。 ActiveRecord::QueryMethodsNote that this method is more generalized than ActiveRecord::SpawnMethods#except because excep... 2014.01.23 RailsRuby