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