class Tapioca::Dsl::Compilers::ActiveRecordScope
def generate_scope_method(mod, scope_method, return_type)
def generate_scope_method(mod, scope_method, return_type) mod.create_method( scope_method, parameters: [ create_rest_param("args", type: "T.untyped"), create_block_param("blk", type: "T.untyped"), ], return_type: return_type, ) end