21 lines
626 B
Ruby
Generated
21 lines
626 B
Ruby
Generated
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for types exported from the `cssbundling-rails` gem.
|
|
# Please instead update this file by running `bin/tapioca gem cssbundling-rails`.
|
|
|
|
|
|
# source://cssbundling-rails//lib/cssbundling-rails.rb#1
|
|
module Cssbundling; end
|
|
|
|
# source://cssbundling-rails//lib/cssbundling/engine.rb#2
|
|
class Cssbundling::Engine < ::Rails::Engine
|
|
class << self
|
|
# source://activesupport/7.2.2.1/lib/active_support/callbacks.rb#70
|
|
def __callbacks; end
|
|
end
|
|
end
|
|
|
|
# source://cssbundling-rails//lib/cssbundling/version.rb#2
|
|
Cssbundling::VERSION = T.let(T.unsafe(nil), String)
|