Closed KINGSABRI closed 6 years ago
https://github.com/TechArchSA/HackersNote/blob/35e8a42f1ea9eb859adecc64cabe0595049f881e/lib/hackernote/gitbook_builder.rb#L89-L94
No need for File.write , we can put it in the open block
open
file.puts "# #{heading1}\n\n"
Done
https://github.com/TechArchSA/HackersNote/blob/35e8a42f1ea9eb859adecc64cabe0595049f881e/lib/hackernote/gitbook_builder.rb#L89-L94
No need for File.write , we can put it in the
open
block