I am thinking about an extension function ``` fun ...
# announcements
m
I am thinking about an extension function
Copy code
fun File.removePrefixFromContent(prefix: String): File {
    return this.forEachLine {  }
}