Sha256: 53c34a70a735a4fcee9443e21bf59c22c5a8ee5e800e6ead45933ff9ddf74015
Contents?: true
Size: 631 Bytes
Versions: 3
Compression:
Stored size: 631 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 sig { returns(Pathname) } def self.root; 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
3 entries across 3 versions & 2 rubygems