lib/tapioca/dsl/compilers/action_controller_helpers.rb in tapioca-0.10.1 vs lib/tapioca/dsl/compilers/action_controller_helpers.rb in tapioca-0.10.2
- old
+ new
@@ -147,10 +147,10 @@
parameters: [
create_rest_param("args", type: "T.untyped"),
create_kw_rest_param("kwargs", type: "T.untyped"),
create_block_param("blk", type: "T.untyped"),
],
- return_type: "T.untyped"
+ return_type: "T.untyped",
)
end
sig { params(mod: Module).returns(T::Array[String]) }
def gather_includes(mod)