class Erb::Comment
Constants
- VERSION
Public Instance Methods
make_compiler(trim_mode)
click to toggle source
# File lib/erb/comment.rb, line 48 def make_compiler(trim_mode) CommentCompiler.new(trim_mode) end