Adds support for Dockerfiles, Gemfiles, Ruby files, and Groovy files. Also, in order to fully support Dockerfile and Gemfiles, a new file extension parser was created to deal with files that do not have an extension.
3 lines
50 B
Ruby
3 lines
50 B
Ruby
# frozen_string_literal: true
|
|
puts "Hello world!"
|