@api private
# File lib/slim/embedded.rb, line 32 def call(exp) @protect = [] @collected = '' super(exp) @collected end
# File lib/slim/embedded.rb, line 44 def on_slim_output(escape, text, content) @collected << "pro#{@protect.size}tect" @protect << [:slim, :output, escape, text, content] nil end
Generated with the Darkfish Rdoc Generator 2.