fails:IO#each_line yields each line to the passed block
fails:IO#each_line yields each line starting from the current position
fails:IO#each_line uses $/ as the default line separator
fails:IO#each_line when passed a separator uses the passed argument as the line separator
fails:IO#each_line when passed a separator tries to convert the passed separator to a String using #to_str
fails:IO#each_line returns an Enumerator when passed no block
