Method: Tilt.new

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

.new(file, line = nil, options = {}, &block) ⇒ Object

See Also:



42
43
44
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/tilt-2.0.11/lib/tilt.rb', line 42

def self.new(file, line=nil, options={}, &block)
  default_mapping.new(file, line, options, &block)
end