method

key?

rails latest stable - Class: ActionDispatch::Flash::FlashHash
key?(name)
public

No documentation available.

# File actionpack/lib/action_dispatch/middleware/flash.rb, line 176
      def key?(name)
        @flashes.key? name.to_s
      end