class ActiveSupport::CodeGenerator

def execute

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

def execute: () -> untyped

This signature was generated using 2 samples from 1 application.

def execute
  @namespaces.each_value do |method_set|
    method_set.apply(@owner, @path, @line - 1)
  end
end