Freeze contants
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user