Source: show | on GitHub
# File actionpack/test/controller/helper_test.rb, line 41 def flash render :inline => "<h1><%= notice %></h1>" end
# File actionpack/test/controller/helper_test.rb, line 45 def lib render :inline => '<%= useful_function %>' end