spec/support/v6.0/sorbet/rbi/gems/byebug.rbi in sorbet-rails-0.5.0 vs spec/support/v6.0/sorbet/rbi/gems/byebug.rbi in sorbet-rails-0.5.1
- old
+ new
@@ -967,73 +967,73 @@
def contents_files; end
def print(path, args = nil); end
def print_collection(path, collection, &block); end
def print_variables(variables, *_unused); end
end
-class Byebug::ListsizeSetting < Byebug::Setting
- def banner; end
- def to_s; end
-end
class Byebug::AutoprySetting < Byebug::Setting
def banner; end
def initialize; end
def value; end
def value=(val); end
end
+class Byebug::StackOnErrorSetting < Byebug::Setting
+ def banner; end
+end
+class Byebug::HistfileSetting < Byebug::Setting
+ def banner; end
+ def to_s; end
+end
class Byebug::WidthSetting < Byebug::Setting
def banner; end
def to_s; end
end
+class Byebug::SavefileSetting < Byebug::Setting
+ def banner; end
+ def to_s; end
+end
+class Byebug::FullpathSetting < Byebug::Setting
+ def banner; end
+end
class Byebug::BasenameSetting < Byebug::Setting
def banner; end
end
-class Byebug::HistsizeSetting < Byebug::Setting
+class Byebug::ListsizeSetting < Byebug::Setting
def banner; end
def to_s; end
end
-class Byebug::AutoirbSetting < Byebug::Setting
+class Byebug::AutolistSetting < Byebug::Setting
def banner; end
def initialize; end
def value; end
def value=(val); end
end
-class Byebug::HistfileSetting < Byebug::Setting
+class Byebug::AutosaveSetting < Byebug::Setting
def banner; end
- def to_s; end
end
-class Byebug::FullpathSetting < Byebug::Setting
- def banner; end
-end
class Byebug::CallstyleSetting < Byebug::Setting
def banner; end
def to_s; end
end
-class Byebug::AutolistSetting < Byebug::Setting
+class Byebug::PostMortemSetting < Byebug::Setting
def banner; end
def initialize; end
def value; end
def value=(val); end
end
-class Byebug::SavefileSetting < Byebug::Setting
+class Byebug::HistsizeSetting < Byebug::Setting
def banner; end
def to_s; end
end
-class Byebug::LinetraceSetting < Byebug::Setting
+class Byebug::AutoirbSetting < Byebug::Setting
def banner; end
+ def initialize; end
def value; end
def value=(val); end
end
-class Byebug::PostMortemSetting < Byebug::Setting
+class Byebug::LinetraceSetting < Byebug::Setting
def banner; end
- def initialize; end
def value; end
def value=(val); end
-end
-class Byebug::AutosaveSetting < Byebug::Setting
- def banner; end
-end
-class Byebug::StackOnErrorSetting < Byebug::Setting
- def banner; end
end
class Exception
def __bb_context; end
end