Skip to content

Commit

Permalink
Decorate Hash syntax for Gem::BUNDLED_GEMS::EXACT
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 25, 2023
1 parent b635388 commit bdd535e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lib/bundled_gems.rb
Expand Up @@ -23,17 +23,17 @@ module Gem::BUNDLED_GEMS
}.freeze

EXACT = {
"abbrev"=>true,
"base64"=>true,
"csv"=>true,
"drb"=>true,
"getoptlong"=>true,
"mutex_m"=>true,
"nkf"=>true, "kconv"=>"nkf",
"observer"=>true,
"resolv-replace"=>true,
"rinda"=>true,
"syslog"=>true,
"abbrev" => true,
"base64" => true,
"csv" => true,
"drb" => true,
"getoptlong" => true,
"mutex_m" => true,
"nkf" => true, "kconv" => "nkf",
"observer" => true,
"resolv-replace" => true,
"rinda" => true,
"syslog" => true,
}.freeze

PREFIXED = {
Expand Down

0 comments on commit bdd535e

Please sign in to comment.