# File tasks/ragel_task.rb, line 64 def flags { 'c' => '-C', 'java' => '-J', 'rb' => '-R', 'js' => '-E' }[@lang] end