Method: Tilt.register

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tilt-2.0.11/lib/tilt.rb

.register(template_class, *extensions) ⇒ Object



22
23
24
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tilt-2.0.11/lib/tilt.rb', line 22

def self.register(template_class, *extensions)
  default_mapping.register(template_class, *extensions)
end