Freeze contants
This commit is contained in:
parent
7ecd22c63b
commit
8168e68a2d
@ -3,7 +3,7 @@ module Producer
|
||||
class CLI
|
||||
ArgumentError = Class.new(::ArgumentError)
|
||||
|
||||
USAGE = "Usage: #{File.basename $0} [-v] [-n] recipe_file"
|
||||
USAGE = "Usage: #{File.basename $0} [-v] [-n] recipe_file".freeze
|
||||
|
||||
EX_USAGE = 64
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Producer
|
||||
module Core
|
||||
VERSION = '0.2.5'
|
||||
VERSION = '0.2.5'.freeze
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user