class WrapTest::FakeCollection

Public Instance Methods

to_ary() click to toggle source
# File activesupport/test/core_ext/array/wrap_test.rb, line 8
def to_ary
  ["foo", "bar"]
end