26 27 28 29 30 31 32
# File 'lib/jets/stack/function.rb', line 26 def lang_map { rb: :ruby, py: :python, js: :node, } end