Method: Tilt::ContextExt#capture

Defined in:
lib/crystal/template/support/tilt.rb

#capture(*args, &block) ⇒ Object



10
11
12
# File 'lib/crystal/template/support/tilt.rb', line 10

def capture *args, &block
  _tilt_template.class.capture self, &block      
end