class Bullet::Registry::Base
def include?(key, value)
Experimental RBS support (using type sampling data from the type_fusion
project).
def include?: (String key, Symbol value) -> false
This signature was generated using 7 samples from 1 application.
def include?(key, value) !@registry[key].nil? && @registry[key].include?(value) end