# File src/BindingsParser.rb, line 18 def initialize(data) @bindings = {} while data.sub!(MainPattern, "") processMatch($1, $3, $4) end end