sorbet/rbi/gems/spoom@1.2.3.rbi in tsumanne-0.0.1 vs sorbet/rbi/gems/spoom@1.2.3.rbi in tsumanne-0.0.2

- old
+ new

@@ -956,11 +956,11 @@ prop :true, ::String prop :strict, ::String prop :strong, ::String class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # @abstract It cannot be directly instantiated. Subclasses must implement the `abstract` methods below. @@ -1296,11 +1296,11 @@ # source://spoom//lib/spoom/coverage/snapshot.rb#52 sig { params(obj: T::Hash[::String, T.untyped]).returns(::Spoom::Coverage::Snapshot) } def from_obj(obj); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # The strictness name as found in the Sorbet metrics file @@ -1434,11 +1434,11 @@ # source://spoom//lib/spoom/deadcode/definition.rb#66 sig { returns(T::Boolean) } def module?; end class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/deadcode/definition.rb#10 @@ -1988,11 +1988,11 @@ # source://spoom//lib/spoom/deadcode/reference.rb#29 sig { returns(T::Boolean) } def method?; end class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/deadcode/reference.rb#10 @@ -2013,11 +2013,11 @@ const :recv, T.nilable(::SyntaxTree::Node), default: T.unsafe(nil) const :args, T::Array[::SyntaxTree::Node], default: T.unsafe(nil) const :block, T.nilable(::SyntaxTree::Node), default: T.unsafe(nil) class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom.rb#12 @@ -2033,11 +2033,11 @@ # source://spoom//lib/spoom/context/exec.rb#14 sig { returns(::String) } def to_s; end class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/file_collector.rb#5 @@ -2241,11 +2241,11 @@ # source://spoom//lib/spoom/file_tree.rb#108 sig { returns(::String) } def path; end class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # An internal class used to print a FileTree @@ -2307,11 +2307,11 @@ # source://spoom//lib/spoom/context/git.rb#27 sig { returns(::Integer) } def timestamp; end class << self - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end # Parse a line formated as `%h %at` into a `Commit` # # source://spoom//lib/spoom/context/git.rb#14 @@ -2419,11 +2419,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#191 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Diagnostic) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/sorbet/lsp/structures.rb#212 @@ -2452,11 +2452,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#227 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::DocumentSymbol) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/sorbet/lsp/structures.rb#276 @@ -2510,11 +2510,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#30 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Hover) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/sorbet/lsp/structures.rb#112 @@ -2535,11 +2535,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#123 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Location) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # A general message as defined by JSON-RPC. @@ -2598,11 +2598,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#61 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Position) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # @abstract Subclasses must implement the `abstract` methods below. @@ -2636,11 +2636,11 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#91 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::Range) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # A request message to describe a request between the client and the server. @@ -2702,10 +2702,10 @@ class << self # source://spoom//lib/spoom/sorbet/lsp/structures.rb#155 sig { params(json: T::Hash[T.untyped, T.untyped]).returns(::Spoom::LSP::SignatureHelp) } def from_json(json); end - # source://sorbet-runtime/0.5.10991/lib/types/struct.rb#13 + # source://sorbet-runtime/0.5.10993/lib/types/struct.rb#13 def inherited(s); end end end # source://spoom//lib/spoom/sorbet/lsp/structures.rb#309