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
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user