Skip to content
Snippets Groups Projects
Commit b4b78884 authored by BrewTestBot's avatar BrewTestBot
Browse files

sorbet: Update RBI files.

parent e5fca67e
No related branches found
No related tags found
No related merge requests found
# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `ast` gem.
# Please instead update this file by running `tapioca sync`.
# Please instead update this file by running `tapioca generate --exclude json`.
# typed: true
......@@ -17,7 +17,6 @@ class AST::Node
def children; end
def clone; end
def concat(array); end
def deconstruct; end
def dup; end
def eql?(other); end
def hash; end
......
......@@ -309,10 +309,6 @@ module RuboCop::AST::Descendence
def visit_descendants(types, &block); end
end
class RuboCop::AST::DstrNode < ::RuboCop::AST::StrNode
def value; end
end
class RuboCop::AST::EnsureNode < ::RuboCop::AST::Node
def body; end
end
......
......@@ -26135,11 +26135,6 @@ module Readline
def self.completion_quote_character(); end
end
 
module ReleaseNotes
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
end
class Requirement
extend ::T::Private::Methods::MethodHooks
extend ::T::Private::Methods::SingletonMethodHooks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment