Skip to content

Commit

Permalink
Improve name of variable
Browse files Browse the repository at this point in the history
 #ignore
  • Loading branch information
sanssecours committed Jun 17, 2016
1 parent 1606bdf commit 8f76a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Support/lib/support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ def self.location
# .
class REPLACEMENT
# This hash stores the mapping specified in the configuration.
CIRCULAR_MAPPING = CONFIGURATION.character_map
MAP_CONFIG = CONFIGURATION.character_map

# This hash stores the forward character mapping.
MAP = Hash[CIRCULAR_MAPPING.map do |mapping|
MAP = Hash[MAP_CONFIG.map do |mapping|
mappings = mapping + mapping.chars[0]
Array.new((mappings.length - 1)) do |index|
mappings[index..index + 1].chars
Expand Down

0 comments on commit 8f76a14

Please sign in to comment.