Sha256: a2dcdeae4dcf905d827219aa95e00b880be62caa815e2aceee493927fc7c213b
Contents?: true
Size: 281 Bytes
Versions: 29
Compression:
Stored size: 281 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # Always look in the lib directory of this gem # first when searching the load path $LOAD_PATH.unshift File.expand_path('../lib', __dir__) require 'rubycritic/cli/application' exit RubyCritic::Cli::Application.new(ARGV).execute
Version data entries
29 entries across 29 versions & 2 rubygems