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