Sha256: 263927abc8a6501419cba588b84f2cb8860d1af2e62703705b5374ee9bcdc6d2
Contents?: true
Size: 579 Bytes
Versions: 16
Compression:
Stored size: 579 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi sorbet-typed # # If you would like to make changes to this file, great! Please upstream any changes you make here: # # https://github.com/sorbet/sorbet-typed/edit/master/lib/railties/all/railties.rbi # # typed: strong module Rails sig {returns(Rails::Application)} def self.application; end end class Rails::Application sig {params(blk: T.proc.bind(Rails::Application).void).void} def configure(&blk); end sig {returns(ActionDispatch::Routing::RouteSet)} def routes; end end
Version data entries
16 entries across 4 versions & 1 rubygems