DEBSOURCES
Skip Quicknav
sources / ruby-haml / 7.2.0-1 / lib / haml / filters / erb.rb
12345678910
# frozen_string_literal: true module Haml class Filters class Erb < TiltBase def compile(node) precompiled_with_tilt(node, 'erb') end end end end