If I try to `Ripper::RubyBuilder.build(ruby)` when `ruby` is a string with the following content: ``` ruby STRING =~ /regexp/ ``` I get the following error: ``` NoMethodError: undefined method `row' for [:regexp_add, [:regexp_new], nil]:Array ```