lib/souls/cli/generate/connection_rbs.rb in souls-1.12.5 vs lib/souls/cli/generate/connection_rbs.rb in souls-1.13.0
- old
+ new
@@ -15,10 +15,10 @@
def self.edge_type: (*untyped) -> untyped
end
end
TEXT
end
- puts(Paint % ["Created file! : %{white_text}", :green, { white_text: [file_path.to_s, :white] }])
+ Souls::Painter.create_file(file_path.to_s)
end
file_path
end
end
end