Methods
R
W
Instance Public methods
read_fragment(name, options)
# File actionpack/test/controller/caching_test.rb, line 291
def read_fragment(name, options)
  return false
end
write_fragment(name, fragment, options)
# File actionpack/test/controller/caching_test.rb, line 295
def write_fragment(name, fragment, options)
  fragment
end