sig/main.rbs in procon_bypass_man-0.1.22 vs sig/main.rbs in procon_bypass_man-0.1.23

- old
+ new

@@ -9,13 +9,10 @@ module ProconBypassMan class CouldNotLoadConfigError < StandardError end - class FirstConnectionError < StandardError - end - class EternalConnectionError < StandardError end def self.configure: (?setting_path: untyped? setting_path) { () -> untyped } -> untyped @@ -253,23 +250,14 @@ # 画面で再接続ができたが状況は変わらない def self.reset_connection!: () -> untyped def self.connect: () -> ::Array[untyped] - def initialize: (?throw_error_if_timeout: bool throw_error_if_timeout, ?throw_error_if_mismatch: bool throw_error_if_mismatch, ?enable_at_exit: bool enable_at_exit) -> untyped + def initialize: (?throw_error_if_timeout: bool throw_error_if_timeout, ?throw_error_if_mismatch: bool throw_error_if_mismatch) -> untyped def add: (untyped values, read_from: untyped read_from) -> untyped def drain_all: () -> untyped - - # switchに任意の命令を入力して、switchから読み取る - def write_switch: (untyped data, ?only_write: bool only_write) -> untyped - - def write_procon: (untyped data, ?only_write: bool only_write) -> untyped - - def read_procon: (?only_read: bool only_read) -> untyped - - def read_switch: (?only_read: bool only_read) -> untyped def from_device: (untyped item) -> untyped # fromの対になる def to_device: (untyped item) -> untyped