# File lib/mp3info.rb, line 343 def rename(new_filename) raise(Mp3InfoError, "cannot rename an IO") unless @io_is_a_file @filename = new_filename end