Class: ActionView::RenderParser::Base
- Inherits:
-
Object
- Object
- ActionView::RenderParser::Base
- Defined in:
- lib/action_view/render_parser.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(name, code) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(name, code) ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/action_view/render_parser.rb', line 9 def initialize(name, code) @name = name @code = code end |