Skip to content

Commit

Permalink
use refine and using
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokaro committed May 28, 2024
1 parent 4cf1706 commit 3760361
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/ocran
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ module Ocran
end
end

::Pathname.prepend(RefinePathname)
refine Pathname do
import_methods RefinePathname
end
using Ocran
# ::Pathname.prepend(RefinePathname)

IGNORE_MODULE_NAMES = /\A(enumerator.so|rational.so|complex.so|fiber.so|thread.rb|ruby2_keywords.rb)\z/

Expand Down

0 comments on commit 3760361

Please sign in to comment.