Arie/serveme

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

Summary

Maintainability
Test Coverage
# typed: true

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

module ActionController::Flash
  include GeneratedInstanceMethods

  mixes_in_class_methods GeneratedClassMethods

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

  module GeneratedInstanceMethods; end
end