class Erb::Indent

Constants

VERSION

Public Instance Methods

make_compiler(trim_mode) click to toggle source
# File lib/erb/indent.rb, line 55
def make_compiler(trim_mode)
  IndentCompiler.new(trim_mode)
end