class ActiveSupport::CodeGenerator::MethodSet

def initialize(namespace)

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (Symbol namespace) -> void

This signature was generated using 9 samples from 1 application.

def initialize(namespace)
  @cache = METHOD_CACHES[namespace]
  @sources = []
  @methods = {}
end