There is a DSL ruby file which I need to parse. It looks like
# file B.rb class B < A hello "John" end