Arie/serveme

View on GitHub
sorbet/rbi/dsl/action_dispatch/routing/url_for.rbi

Summary

Maintainability
Test Coverage
# typed: true

# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `ActionDispatch::Routing::UrlFor`.
# Please instead update this file by running `bin/tapioca dsl ActionDispatch::Routing::UrlFor`.

module ActionDispatch::Routing::UrlFor
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

  module GeneratedClassMethods
    def default_url_options; end
    def default_url_options=(value); end
    def default_url_options?; end
  end

  module GeneratedInstanceMethods
    def default_url_options; end
    def default_url_options=(value); end
    def default_url_options?; end
  end
end