Class
ActionView::Template::Handlers::ERB
In:
lib/action_view/template/handlers/erb.rb
Parent:
Object
Methods
call
call
handles_encoding?
supports_streaming?
Constants
ENCODING_TAG
=
Regexp.new("\\A(<%#{ENCODING_FLAG}-?%>)[ \\t]*")
Public Class methods
call
(template)
Public Instance methods
call
(template)
handles_encoding?
()
supports_streaming?
()
[Validate]