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