lib/tapioca/rbi_ext/model.rb in tapioca-0.5.4 vs lib/tapioca/rbi_ext/model.rb in tapioca-0.5.5

- old
+ new

@@ -35,10 +35,10 @@ comments << RBI::Comment.new("Please instead update this file by running `#{command}`.") end sig { void } def set_empty_body_content - comments << RBI::EmptyComment.new unless comments.empty? + comments << RBI::BlankLine.new unless comments.empty? comments << RBI::Comment.new("THIS IS AN EMPTY RBI FILE.") comments << RBI::Comment.new("see https://github.com/Shopify/tapioca/wiki/Manual-Gem-Requires") end sig { returns(T::Boolean) }