lib/conferrable/conferrable.rb in conferrable-1.0.3 vs lib/conferrable/conferrable.rb in conferrable-1.0.4
- old
+ new
@@ -15,11 +15,11 @@
require_relative 'file_based_configuration'
require_relative 'entry'
# This is the main module that contains the class-level methods that define the main API.
module Conferrable
- GET_PREFIX_MATCHER_REGEX = /^get_(.+)$/
- GET_PREFIX_REGEX = /^get_/
+ GET_PREFIX_MATCHER_REGEX = /^get_(.+)$/.freeze
+ GET_PREFIX_REGEX = /^get_/.freeze
class << self
def clear!
@entries = {}