Sha256: 8f5018b2e84be82909ad82723b5349dd642aeb982a98b5bc12cfa0ae284cf756
Contents?: true
Size: 896 Bytes
Versions: 6
Compression:
Stored size: 896 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strict # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/rb-fsevent/all/rb-fsevent.rbi # # rb-fsevent-0.10.4 module OTNetstring def self.encode(obj, string_sep = nil); end def self.parse(io, encoding = nil, fallback_encoding = nil); end def self.with_encoding(str, encoding, fallback = nil); end end class OTNetstring::Error < StandardError end class FSEvent def callback; end def initialize(args = nil, &block); end def open_pipe; end def parse_options(options = nil); end def paths; end def process_running?(pid); end def run; end def self.root_path; end def self.watcher_path; end def stop; end def watch(watch_paths, options = nil, &block); end end
Version data entries
6 entries across 6 versions & 2 rubygems