Sha256: e8fabead59645fc9e06d7b9fe6f561552cb04955ac4e04414e73c4c3334afa85

Contents?: true

Size: 1004 Bytes

Versions: 14

Compression:

Stored size: 1004 Bytes

Contents

# frozen_string_literal: true

#
# https://gist.github.com/castwide/28b349566a223dfb439a337aea29713e
#
# The following comments fill some of the gaps in Solargraph's
# understanding of types. Since they're all in YARD, they get mapped
# in Solargraph but ignored at runtime.
#
# You can put this file anywhere in the project, as long as it gets included in
# the workspace maps. It's recommended that you keep it in a standalone file
# instead of pasting it into an existing one.
#
# @!override Hash<[String,Symbol],String>#fetch
#   @return [String>]
#
# @!parse
#   class ENV
#     # @param key [String]
#     # @param default [Object]
#     #
#     # @return [String,Symbol<:none>,nil]
#     def self.fetch(key, default = :none); end
#     # @param key [String]
#     #
#     # @return [Object,nil]
#     def self.[](key); end
#   end
#   module Bundler
#     class << self
#       # @param groups [Array<Symbol>]
#       #
#       # @return [void]
#       def require(*groups); end
#     end
#   end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
checkoff-0.221.0 config/annotations_misc.rb
checkoff-0.220.0 config/annotations_misc.rb
checkoff-0.219.0 config/annotations_misc.rb
checkoff-0.218.0 config/annotations_misc.rb
checkoff-0.217.0 config/annotations_misc.rb
checkoff-0.216.0 config/annotations_misc.rb
checkoff-0.215.0 config/annotations_misc.rb
checkoff-0.214.0 config/annotations_misc.rb
checkoff-0.213.0 config/annotations_misc.rb
checkoff-0.212.0 config/annotations_misc.rb
checkoff-0.211.0 config/annotations_misc.rb
checkoff-0.210.0 config/annotations_misc.rb
checkoff-0.209.0 config/annotations_misc.rb
checkoff-0.208.0 config/annotations_misc.rb