Arie/serveme

View on GitHub
sorbet/rbi/dsl/action_controller/params_wrapper.rbi

Summary

Maintainability
Test Coverage
# typed: true

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

module ActionController::ParamsWrapper
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

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

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