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
commit fa4f239cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

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"

View File

@ -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

View File

@ -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