# File lib/web_console/testing/erb_precompiler.rb, line 19 def method_missing(name, *args, &block) return super unless @view.respond_to?(name) @view.send(name, *args, &block) end