Method: Tilt.register_lazy
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tilt-2.0.11/lib/tilt.rb
.register_lazy(class_name, file, *extensions) ⇒ Object
27 28 29 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tilt-2.0.11/lib/tilt.rb', line 27 def self.register_lazy(class_name, file, *extensions) default_mapping.register_lazy(class_name, file, *extensions) end |