Source: show | on GitHub
# File actionpack/test/lib/controller/fake_models.rb, line 206 def each a = Array.new(2) { |id| Comment.new(id + 1) } a.each { |i| yield i } end
# File actionpack/test/lib/controller/fake_models.rb, line 203 def to_ary true end