Class: Erb::Comment
- Inherits:
-
ERB
- Object
- ERB
- Erb::Comment
- Defined in:
- lib/erb/comment.rb
Defined Under Namespace
Classes: CommentCompiler, CommentScanner
Constant Summary collapse
- VERSION =
'0.1.0'
Instance Method Summary collapse
Instance Method Details
#make_compiler(trim_mode) ⇒ Object
48 49 50 |
# File 'lib/erb/comment.rb', line 48 def make_compiler(trim_mode) CommentCompiler.new(trim_mode) end |