Remove unknown YARD tags

This commit is contained in:
Douglas Eichelberger 2021-11-30 08:01:00 -08:00
parent a285ef6eac
commit 65f1766497
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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