Constants
LEADING_ENCODING_REGEXP = /\A#{ENCODING_FLAG}/
NONE = Object.new
STRICT_LOCALS_REGEX = /\#\s+locals:\s+\((.*)\)/
Types = SimpleType # :nodoc:
Attributes
Show files where this class is defined (13 files)
actionview/lib/action_view/template.rb
actionview/lib/action_view/template/sources.rb
actionview/lib/action_view/template/text.rb
actionview/lib/action_view/template/raw_file.rb
actionview/lib/action_view/template/sources/file.rb
actionview/lib/action_view/template/renderable.rb
actionview/lib/action_view/template/handlers.rb
actionview/lib/action_view/template/handlers/erb.rb
actionview/lib/action_view/template/handlers/erb/erubi.rb
actionview/lib/action_view/template/inline.rb
actionview/lib/action_view/template/types.rb
actionview/lib/action_view/template/html.rb
actionview/lib/action_view/template/error.rb