# File lib/parser/source/buffer.rb, line 127 def read File.open(@name, 'rb') do |io| self.source = io.read end self end