Merge pull request #12496 from dduugg/yard-tag-cleanup
Remove unknown YARD tags
This commit is contained in:
commit
fa4f239cd6
@ -30,7 +30,6 @@ module Superenv
|
|||||||
end
|
end
|
||||||
|
|
||||||
# The location of Homebrew's shims on this OS.
|
# The location of Homebrew's shims on this OS.
|
||||||
# @public
|
|
||||||
sig { returns(Pathname) }
|
sig { returns(Pathname) }
|
||||||
def self.shims_path
|
def self.shims_path
|
||||||
HOMEBREW_SHIMS_PATH/"super"
|
HOMEBREW_SHIMS_PATH/"super"
|
||||||
|
@ -5,7 +5,6 @@ module Superenv
|
|||||||
extend T::Sig
|
extend T::Sig
|
||||||
|
|
||||||
# The location of Homebrew's shims on Linux.
|
# The location of Homebrew's shims on Linux.
|
||||||
# @public
|
|
||||||
def self.shims_path
|
def self.shims_path
|
||||||
HOMEBREW_SHIMS_PATH/"linux/super"
|
HOMEBREW_SHIMS_PATH/"linux/super"
|
||||||
end
|
end
|
||||||
|
@ -6,7 +6,6 @@ module Superenv
|
|||||||
|
|
||||||
class << self
|
class << self
|
||||||
# The location of Homebrew's shims on macOS.
|
# The location of Homebrew's shims on macOS.
|
||||||
# @public
|
|
||||||
def shims_path
|
def shims_path
|
||||||
HOMEBREW_SHIMS_PATH/"mac/super"
|
HOMEBREW_SHIMS_PATH/"mac/super"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user