# File class/tag.rb, line 12 def initialize(file) Dir.chdir(File.dirname(file)) @changed = false @cmd = Command.new end