# File lib/rye/rap.rb, line 108 108: def >(path) 109: self.obj.unsafely { rm path } 110: self.obj.file_append(path, self) 111: end