Overview of rubysrc2cpg frontend
masterThe rubysrc2cpg frontend is a parser for Ruby source code that generates Code Property Graphs (CPG) following the Code Property Graph specification.
It utilizes the parser Ruby Gem, which is wrapped around a Ruby application called ruby_ast_gen. This application is embedded within src/main/resources and is executed at runtime using JRuby.