Merge pull request #12496 from dduugg/yard-tag-cleanup

Remove unknown YARD tags
This commit is contained in:
Mike McQuaid
2021-11-30 17:25:00 +00:00
committed by GitHub
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -30,7 +30,6 @@ module Superenv
end
# The location of Homebrew's shims on this OS.
# @public
sig { returns(Pathname) }
def self.shims_path
HOMEBREW_SHIMS_PATH/"super"
@@ -5,7 +5,6 @@ module Superenv
extend T::Sig
# The location of Homebrew's shims on Linux.
# @public
def self.shims_path
HOMEBREW_SHIMS_PATH/"linux/super"
end
@@ -6,7 +6,6 @@ module Superenv
class << self
# The location of Homebrew's shims on macOS.
# @public
def shims_path
HOMEBREW_SHIMS_PATH/"mac/super"
end