sig/main.rbs in procon_bypass_man-0.1.19.1 vs sig/main.rbs in procon_bypass_man-0.1.20
- old
+ new
@@ -183,14 +183,17 @@
def digest_path: () -> String
def cache: () -> ProconBypassMan::OnMemoryCache
def config: () -> ProconBypassMan::Configuration
+
+ def never_exit_accidentally: () -> bool
end
attr_reader api_server: untyped
attr_reader api_servers: untyped
+ attr_writer never_exit_accidentally: bool
attr_accessor enable_critical_error_logging: bool
def root=: (String path) -> ProconBypassMan::Configuration
@@ -224,9 +227,11 @@
def internal_api_servers: () -> ::Array[untyped]
def raw_setting: () -> untyped
def verbose_bypass_log: () -> bool
+
+ def never_exit_accidentally: () -> bool
end
class ProconBypassMan::DeviceConnector
class BytesMismatchError < StandardError