rubygem-rouge/bundler.rb
Mamoru TASAKA 97550b18cc Execute spec test provided by the upstream
Backport upstream patch for ruby32 regex issue with hash character
2023-02-12 16:42:17 +09:00

7 lines
65 B
Ruby

module Bundler
class << self
def require
end
end
end