Files
Addlicense/testdata/initial/file.rb
Daniel Seymour 12f10136e4 Add support for several other file types
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.
2018-12-19 15:56:43 -08:00

3 lines
50 B
Ruby

# frozen_string_literal: true
puts "Hello world!"