34 lines
786 B
Ruby
Generated
34 lines
786 B
Ruby
Generated
# typed: strict
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for types exported from the `xdiff` gem.
|
|
# Please instead update this file by running `bin/tapioca gem xdiff`.
|
|
|
|
|
|
# source://xdiff//../../xdiff-rb/lib/xdiff.rb#1
|
|
module XDiff
|
|
class << self
|
|
# source://xdiff//../../xdiff-rb/lib/xdiff.rb#13
|
|
def diff(a, b); end
|
|
|
|
# source://xdiff//../../xdiff-rb/lib/xdiff.rb#18
|
|
def patch(a, b); end
|
|
|
|
# @raise [ArgumentError]
|
|
#
|
|
# source://xdiff//../../xdiff-rb/lib/xdiff.rb#4
|
|
def validate_arg(method, name, arg); end
|
|
end
|
|
end
|
|
|
|
class XDiff::Native
|
|
class << self
|
|
def diff(_arg0, _arg1); end
|
|
def init; end
|
|
def patch(_arg0, _arg1); end
|
|
end
|
|
end
|
|
|
|
# source://xdiff//../../xdiff-rb/lib/xdiff.rb#2
|
|
XDiff::VERSION = T.let(T.unsafe(nil), String)
|