Module: Sinatra::Contrib
- Extended by:
- Loader
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/sinatra-contrib-3.0.5/lib/sinatra/contrib.rb,
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/sinatra-contrib-3.0.5/lib/sinatra/contrib/setup.rb,
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/sinatra-contrib-3.0.5/lib/sinatra/contrib/version.rb
Defined Under Namespace
Modules: All, Common, Custom, Loader
Constant Summary collapse
- VERSION =
'3.0.4'
Class Method Summary collapse
Methods included from Loader
autoload, extensions, helpers, register, registered
Class Method Details
.registered(base) ⇒ Object
49 50 51 |
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/sinatra-contrib-3.0.5/lib/sinatra/contrib/setup.rb', line 49 def self.registered(base) base.register Common, Custom end |