Rename refinement
This commit is contained in:
parent
6c7f3eb233
commit
d16e7e1f32
@ -7,7 +7,7 @@ require "cli/parser"
|
||||
module Homebrew
|
||||
module_function
|
||||
|
||||
module Refinements
|
||||
module EditPathnameRefinements
|
||||
refine Pathname do
|
||||
sig { returns(T::Boolean) }
|
||||
def core_formula_path?
|
||||
@ -31,7 +31,7 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
|
||||
using Refinements
|
||||
using EditPathnameRefinements
|
||||
|
||||
sig { returns(CLI::Parser) }
|
||||
def edit_args
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user