hovancik/BSDSec

View on GitHub
bin/rake

Summary

Maintainability
Test Coverage
Missing frozen string literal comment.
#!/usr/bin/env ruby
Prefer single-quoted strings when you don't need string interpolation or special symbols.
load File.expand_path("spring", __dir__)
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require_relative "../config/boot"
Prefer single-quoted strings when you don't need string interpolation or special symbols.
require "rake"
Rake.application.run