Methods
E
T
Instance Public methods
each()
# File actionview/test/lib/controller/fake_models.rb, line 194
def each
  a = Array.new(2) { |id| Comment.new(id + 1) }
  a.each { |i| yield i }
end
to_ary()
# File actionview/test/lib/controller/fake_models.rb, line 191
def to_ary
  true
end