ipt 1.0.1 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/workflows/test.yml +41 -0
- data/.gitignore +0 -1
- data/Gemfile.lock +318 -0
- data/README.md +1 -1
- data/bin/tapioca +29 -0
- data/ipt.gemspec +15 -8
- data/lib/pt.rb +8 -9
- data/lib/pt/action.rb +42 -24
- data/lib/pt/cli.rb +1 -1
- data/lib/pt/client.rb +2 -3
- data/lib/pt/configuration.rb +1 -1
- data/lib/pt/data_row.rb +1 -0
- data/lib/pt/data_table.rb +1 -2
- data/lib/pt/io.rb +16 -7
- data/lib/pt/version.rb +2 -1
- data/sorbet/config +3 -0
- data/sorbet/rbi/gems/activesupport.rbi +671 -0
- data/sorbet/rbi/gems/activesupport@6.1.3.2.rbi +63 -0
- data/sorbet/rbi/gems/addressable.rbi +147 -0
- data/sorbet/rbi/gems/addressable@2.7.0.rbi +8 -0
- data/sorbet/rbi/gems/anyway_config.rbi +197 -0
- data/sorbet/rbi/gems/anyway_config@2.1.0.rbi +8 -0
- data/sorbet/rbi/gems/aruba.rbi +917 -0
- data/sorbet/rbi/gems/aruba@0.14.14.rbi +1342 -0
- data/sorbet/rbi/gems/ast.rbi +49 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +54 -0
- data/sorbet/rbi/gems/axiom-types@0.1.1.rbi +8 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +15 -0
- data/sorbet/rbi/gems/childprocess.rbi +107 -0
- data/sorbet/rbi/gems/childprocess@3.0.0.rbi +135 -0
- data/sorbet/rbi/gems/coderay.rbi +285 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +1005 -0
- data/sorbet/rbi/gems/coercible@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/colorize.rbi +82 -0
- data/sorbet/rbi/gems/colorize@0.8.1.rbi +39 -0
- data/sorbet/rbi/gems/commander@4.6.0.rbi +8 -0
- data/sorbet/rbi/gems/concurrent-ruby.rbi +1590 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.1.8.rbi +8 -0
- data/sorbet/rbi/gems/config.rbi +124 -0
- data/sorbet/rbi/gems/config@3.1.0.rbi +8 -0
- data/sorbet/rbi/gems/contracts.rbi +391 -0
- data/sorbet/rbi/gems/contracts@0.16.1.rbi +592 -0
- data/sorbet/rbi/gems/cucumber-core.rbi +628 -0
- data/sorbet/rbi/gems/cucumber-core@9.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-create-meta.rbi +27 -0
- data/sorbet/rbi/gems/cucumber-create-meta@4.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-cucumber-expressions.rbi +216 -0
- data/sorbet/rbi/gems/cucumber-cucumber-expressions@12.1.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-gherkin.rbi +289 -0
- data/sorbet/rbi/gems/cucumber-gherkin@18.1.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-html-formatter@13.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-messages.rbi +872 -0
- data/sorbet/rbi/gems/cucumber-messages@15.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-tag-expressions.rbi +53 -0
- data/sorbet/rbi/gems/cucumber-tag-expressions@3.0.1.rbi +8 -0
- data/sorbet/rbi/gems/cucumber-wire.rbi +161 -0
- data/sorbet/rbi/gems/cucumber-wire@5.0.0.rbi +8 -0
- data/sorbet/rbi/gems/cucumber.rbi +1876 -0
- data/sorbet/rbi/gems/cucumber@6.0.0.rbi +8 -0
- data/sorbet/rbi/gems/declarative.rbi +75 -0
- data/sorbet/rbi/gems/declarative@0.0.20.rbi +8 -0
- data/sorbet/rbi/gems/deep_merge.rbi +26 -0
- data/sorbet/rbi/gems/deep_merge@1.2.1.rbi +8 -0
- data/sorbet/rbi/gems/descendants_tracker@0.0.4.rbi +8 -0
- data/sorbet/rbi/gems/diff-lcs@1.4.4.rbi +8 -0
- data/sorbet/rbi/gems/dry-configurable@0.12.1.rbi +8 -0
- data/sorbet/rbi/gems/dry-container@0.7.2.rbi +8 -0
- data/sorbet/rbi/gems/dry-core@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-equalizer@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-inflector@0.2.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-initializer@3.0.4.rbi +8 -0
- data/sorbet/rbi/gems/dry-logic@1.2.0.rbi +8 -0
- data/sorbet/rbi/gems/dry-schema@1.6.2.rbi +8 -0
- data/sorbet/rbi/gems/dry-types@1.5.1.rbi +8 -0
- data/sorbet/rbi/gems/dry-validation@1.6.0.rbi +8 -0
- data/sorbet/rbi/gems/equalizer.rbi +23 -0
- data/sorbet/rbi/gems/equalizer@0.0.11.rbi +8 -0
- data/sorbet/rbi/gems/equatable.rbi +26 -0
- data/sorbet/rbi/gems/equatable@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/excon.rbi +378 -0
- data/sorbet/rbi/gems/excon@0.81.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday-excon.rbi +28 -0
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday-net_http.rbi +32 -0
- data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +8 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent.rbi +24 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/faraday.rbi +606 -0
- data/sorbet/rbi/gems/faraday@1.4.1.rbi +8 -0
- data/sorbet/rbi/gems/faraday_middleware.rbi +19 -0
- data/sorbet/rbi/gems/faraday_middleware@1.0.0.rbi +8 -0
- data/sorbet/rbi/gems/ffi.rbi +560 -0
- data/sorbet/rbi/gems/ffi@1.15.0.rbi +849 -0
- data/sorbet/rbi/gems/formatador.rbi +52 -0
- data/sorbet/rbi/gems/formatador@0.2.5.rbi +8 -0
- data/sorbet/rbi/gems/guard-compat@1.2.1.rbi +49 -0
- data/sorbet/rbi/gems/guard-rspec@4.7.3.rbi +233 -0
- data/sorbet/rbi/gems/guard.rbi +397 -0
- data/sorbet/rbi/gems/guard@2.16.2.rbi +615 -0
- data/sorbet/rbi/gems/highline.rbi +567 -0
- data/sorbet/rbi/gems/highline@2.0.3.rbi +8 -0
- data/sorbet/rbi/gems/i18n.rbi +133 -0
- data/sorbet/rbi/gems/i18n@1.8.10.rbi +8 -0
- data/sorbet/rbi/gems/ice_nine@0.11.2.rbi +8 -0
- data/sorbet/rbi/gems/listen.rbi +301 -0
- data/sorbet/rbi/gems/listen@3.5.1.rbi +476 -0
- data/sorbet/rbi/gems/lumberjack.rbi +299 -0
- data/sorbet/rbi/gems/lumberjack@1.2.8.rbi +431 -0
- data/sorbet/rbi/gems/method_source.rbi +64 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +72 -0
- data/sorbet/rbi/gems/middleware.rbi +32 -0
- data/sorbet/rbi/gems/middleware@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/mime-types-data.rbi +17 -0
- data/sorbet/rbi/gems/mime-types-data@3.2021.0225.rbi +8 -0
- data/sorbet/rbi/gems/mime-types.rbi +218 -0
- data/sorbet/rbi/gems/mime-types@3.3.1.rbi +8 -0
- data/sorbet/rbi/gems/mini_mime.rbi +52 -0
- data/sorbet/rbi/gems/mini_mime@1.1.0.rbi +8 -0
- data/sorbet/rbi/gems/minitest@5.14.4.rbi +8 -0
- data/sorbet/rbi/gems/multi_json.rbi +62 -0
- data/sorbet/rbi/gems/multi_json@1.15.0.rbi +8 -0
- data/sorbet/rbi/gems/multi_test.rbi +28 -0
- data/sorbet/rbi/gems/multi_test@0.1.2.rbi +8 -0
- data/sorbet/rbi/gems/multipart-post.rbi +53 -0
- data/sorbet/rbi/gems/multipart-post@2.1.1.rbi +8 -0
- data/sorbet/rbi/gems/necromancer.rbi +135 -0
- data/sorbet/rbi/gems/necromancer@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/nenv.rbi +60 -0
- data/sorbet/rbi/gems/nenv@0.3.0.rbi +88 -0
- data/sorbet/rbi/gems/notiffany.rbi +215 -0
- data/sorbet/rbi/gems/notiffany@0.1.3.rbi +323 -0
- data/sorbet/rbi/gems/paint.rbi +31 -0
- data/sorbet/rbi/gems/paint@2.2.1.rbi +8 -0
- data/sorbet/rbi/gems/parlour.rbi +840 -0
- data/sorbet/rbi/gems/parlour@6.0.0.rbi +1610 -0
- data/sorbet/rbi/gems/parser.rbi +1517 -0
- data/sorbet/rbi/gems/parser@3.0.1.1.rbi +1726 -0
- data/sorbet/rbi/gems/pastel.rbi +128 -0
- data/sorbet/rbi/gems/pastel@0.6.1.rbi +8 -0
- data/sorbet/rbi/gems/protobuf-cucumber.rbi +1520 -0
- data/sorbet/rbi/gems/protobuf-cucumber@3.10.8.rbi +8 -0
- data/sorbet/rbi/gems/pry.rbi +1898 -0
- data/sorbet/rbi/gems/pry@0.14.1.rbi +2486 -0
- data/sorbet/rbi/gems/public_suffix.rbi +104 -0
- data/sorbet/rbi/gems/public_suffix@4.0.6.rbi +8 -0
- data/sorbet/rbi/gems/rainbow.rbi +118 -0
- data/sorbet/rbi/gems/rainbow@3.0.0.rbi +153 -0
- data/sorbet/rbi/gems/rake.rbi +647 -0
- data/sorbet/rbi/gems/rake@10.5.0.rbi +805 -0
- data/sorbet/rbi/gems/rb-fsevent@0.11.0.rbi +8 -0
- data/sorbet/rbi/gems/rb-inotify@0.10.1.rbi +8 -0
- data/sorbet/rbi/gems/representable.rbi +227 -0
- data/sorbet/rbi/gems/representable@3.1.1.rbi +8 -0
- data/sorbet/rbi/gems/rspec-core.rbi +1932 -0
- data/sorbet/rbi/gems/rspec-core@3.10.1.rbi +2455 -0
- data/sorbet/rbi/gems/rspec-expectations.rbi +1151 -0
- data/sorbet/rbi/gems/rspec-expectations@3.10.1.rbi +1652 -0
- data/sorbet/rbi/gems/rspec-mocks.rbi +1100 -0
- data/sorbet/rbi/gems/rspec-mocks@3.10.2.rbi +1462 -0
- data/sorbet/rbi/gems/rspec-support.rbi +280 -0
- data/sorbet/rbi/gems/rspec-support@3.10.2.rbi +509 -0
- data/sorbet/rbi/gems/rspec.rbi +15 -0
- data/sorbet/rbi/gems/rspec@3.10.0.rbi +38 -0
- data/sorbet/rbi/gems/ruby-next-core.rbi +76 -0
- data/sorbet/rbi/gems/ruby-next-core@0.12.0.rbi +7 -0
- data/sorbet/rbi/gems/ruby2_keywords@0.0.4.rbi +8 -0
- data/sorbet/rbi/gems/shellany.rbi +29 -0
- data/sorbet/rbi/gems/shellany@0.0.1.rbi +28 -0
- data/sorbet/rbi/gems/spoom.rbi +872 -0
- data/sorbet/rbi/gems/spoom@1.1.1.rbi +1193 -0
- data/sorbet/rbi/gems/sys-uname.rbi +66 -0
- data/sorbet/rbi/gems/sys-uname@1.2.2.rbi +8 -0
- data/sorbet/rbi/gems/tapioca.rbi +39 -0
- data/sorbet/rbi/gems/tapioca@0.4.23.rbi +1230 -0
- data/sorbet/rbi/gems/terminal-table.rbi +166 -0
- data/sorbet/rbi/gems/terminal-table@3.0.0.rbi +8 -0
- data/sorbet/rbi/gems/thor.rbi +537 -0
- data/sorbet/rbi/gems/thor@1.1.0.rbi +838 -0
- data/sorbet/rbi/gems/thread_safe@0.3.6.rbi +8 -0
- data/sorbet/rbi/gems/tracker_api.rbi +33 -0
- data/sorbet/rbi/gems/tracker_api@1.13.0.rbi +21 -0
- data/sorbet/rbi/gems/trailblazer-option.rbi +22 -0
- data/sorbet/rbi/gems/trailblazer-option@0.1.1.rbi +8 -0
- data/sorbet/rbi/gems/tty-color.rbi +41 -0
- data/sorbet/rbi/gems/tty-color@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-command@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-cursor@0.3.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-pager.rbi +41 -0
- data/sorbet/rbi/gems/tty-pager@0.4.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-platform.rbi +36 -0
- data/sorbet/rbi/gems/tty-platform@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-progressbar.rbi +164 -0
- data/sorbet/rbi/gems/tty-progressbar@0.9.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-prompt@0.6.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-screen.rbi +40 -0
- data/sorbet/rbi/gems/tty-screen@0.5.1.rbi +8 -0
- data/sorbet/rbi/gems/tty-spinner.rbi +40 -0
- data/sorbet/rbi/gems/tty-spinner@0.2.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-table.rbi +417 -0
- data/sorbet/rbi/gems/tty-table@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/tty-which.rbi +22 -0
- data/sorbet/rbi/gems/tty-which@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/tty.rbi +126 -0
- data/sorbet/rbi/gems/tty@0.5.0.rbi +8 -0
- data/sorbet/rbi/gems/tzinfo.rbi +588 -0
- data/sorbet/rbi/gems/tzinfo@2.0.4.rbi +8 -0
- data/sorbet/rbi/gems/uber.rbi +18 -0
- data/sorbet/rbi/gems/uber@0.1.0.rbi +8 -0
- data/sorbet/rbi/gems/unicode-display_width.rbi +17 -0
- data/sorbet/rbi/gems/unicode-display_width@1.7.0.rbi +8 -0
- data/sorbet/rbi/gems/unicode_utils.rbi +171 -0
- data/sorbet/rbi/gems/unicode_utils@1.4.0.rbi +8 -0
- data/sorbet/rbi/gems/vcr.rbi +582 -0
- data/sorbet/rbi/gems/vcr@6.0.0.rbi +782 -0
- data/sorbet/rbi/gems/verse.rbi +87 -0
- data/sorbet/rbi/gems/verse@0.4.0.rbi +8 -0
- data/sorbet/rbi/gems/virtus@1.0.5.rbi +8 -0
- data/sorbet/rbi/gems/wisper@1.6.1.rbi +8 -0
- data/sorbet/rbi/gems/zeitwerk.rbi +139 -0
- data/sorbet/rbi/gems/zeitwerk@2.4.2.rbi +8 -0
- data/sorbet/rbi/hidden-definitions/errors.txt +8695 -0
- data/sorbet/rbi/hidden-definitions/hidden.rbi +18529 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/>=6/activesupport.rbi +37 -0
- data/sorbet/rbi/sorbet-typed/lib/activesupport/all/activesupport.rbi +1850 -0
- data/sorbet/rbi/sorbet-typed/lib/faraday/all/faraday.rbi +756 -0
- data/sorbet/rbi/sorbet-typed/lib/minitest/all/minitest.rbi +108 -0
- data/sorbet/rbi/sorbet-typed/lib/parlour/6.0.0/parlour.rbi +1903 -0
- data/sorbet/rbi/sorbet-typed/lib/rainbow/all/rainbow.rbi +276 -0
- data/sorbet/rbi/sorbet-typed/lib/rake/all/rake.rbi +645 -0
- data/sorbet/rbi/sorbet-typed/lib/rspec-core/all/rspec-core.rbi +1891 -0
- data/sorbet/rbi/sorbet-typed/lib/thor/all/thor.rbi +905 -0
- data/sorbet/rbi/todo.rbi +23 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +341 -23
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `cucumber` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,75 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/declarative/all/declarative.rbi
|
9
|
+
#
|
10
|
+
# declarative-0.0.20
|
11
|
+
|
12
|
+
module Declarative
|
13
|
+
end
|
14
|
+
class Declarative::Definitions < Hash
|
15
|
+
def add(name, options = nil, &block); end
|
16
|
+
def build_nested(options); end
|
17
|
+
def each(&block); end
|
18
|
+
def get(name); end
|
19
|
+
def initialize(definition_class); end
|
20
|
+
end
|
21
|
+
class Declarative::Definitions::Definition
|
22
|
+
def [](name); end
|
23
|
+
def initialize(name, options = nil); end
|
24
|
+
def merge!(hash); end
|
25
|
+
def merge(hash); end
|
26
|
+
end
|
27
|
+
class Declarative::Defaults
|
28
|
+
def call(name, given_options); end
|
29
|
+
def handle_array_and_deprecate(variables); end
|
30
|
+
def initialize; end
|
31
|
+
def merge!(hash = nil, &block); end
|
32
|
+
def self.wrap_arrays(variables); end
|
33
|
+
end
|
34
|
+
class Declarative::Variables
|
35
|
+
def self.Append(appended_array); end
|
36
|
+
def self.Merge(merged_hash); end
|
37
|
+
def self.merge(defaults, overrides); end
|
38
|
+
end
|
39
|
+
class Declarative::Variables::Proc < Proc
|
40
|
+
end
|
41
|
+
module Declarative::DeepDup
|
42
|
+
def self.call(args); end
|
43
|
+
def self.dup_items(arr); end
|
44
|
+
end
|
45
|
+
class Declarative::Heritage < Array
|
46
|
+
def call!(inheritor, cfg); end
|
47
|
+
def call(inheritor, &block); end
|
48
|
+
def record(method, *args, &block); end
|
49
|
+
end
|
50
|
+
module Declarative::Heritage::DSL
|
51
|
+
def heritage; end
|
52
|
+
end
|
53
|
+
module Declarative::Heritage::Inherited
|
54
|
+
def inherited(subclass); end
|
55
|
+
end
|
56
|
+
module Declarative::Heritage::Included
|
57
|
+
def included(mod); end
|
58
|
+
end
|
59
|
+
module Declarative::Schema
|
60
|
+
def self.extended(extender); end
|
61
|
+
end
|
62
|
+
module Declarative::Schema::DSL
|
63
|
+
def _defaults; end
|
64
|
+
def build_definition(name, options = nil, &block); end
|
65
|
+
def defaults(options = nil, &block); end
|
66
|
+
def definition_class; end
|
67
|
+
def definitions; end
|
68
|
+
def nested_builder; end
|
69
|
+
def property(name, options = nil, &block); end
|
70
|
+
def wrap_arrays_from_block(block); end
|
71
|
+
end
|
72
|
+
module Declarative::Schema::Feature
|
73
|
+
def feature(*mods); end
|
74
|
+
def register_feature(mod); end
|
75
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `declarative` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/deep_merge/all/deep_merge.rbi
|
9
|
+
#
|
10
|
+
# deep_merge-1.2.1
|
11
|
+
|
12
|
+
module DeepMerge
|
13
|
+
def self.clear_or_nil(obj); end
|
14
|
+
def self.deep_merge!(source, dest, options = nil); end
|
15
|
+
def self.overwrite_unmergeables(source, dest, options); end
|
16
|
+
end
|
17
|
+
class DeepMerge::InvalidParameter < StandardError
|
18
|
+
end
|
19
|
+
module DeepMerge::DeepMergeHash
|
20
|
+
def deep_merge!(source, options = nil); end
|
21
|
+
def deep_merge(source, options = nil); end
|
22
|
+
def ko_deep_merge!(source, options = nil); end
|
23
|
+
end
|
24
|
+
class Hash
|
25
|
+
include DeepMerge::DeepMergeHash
|
26
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `deep_merge` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `descendants_tracker` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `diff-lcs` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-configurable` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-container` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-core` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-equalizer` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-inflector` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-initializer` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-logic` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-schema` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-types` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `dry-validation` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,23 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/equalizer/all/equalizer.rbi
|
9
|
+
#
|
10
|
+
# equalizer-0.0.11
|
11
|
+
|
12
|
+
class Equalizer < Module
|
13
|
+
def define_cmp_method; end
|
14
|
+
def define_hash_method; end
|
15
|
+
def define_inspect_method; end
|
16
|
+
def define_methods; end
|
17
|
+
def included(descendant); end
|
18
|
+
def initialize(*keys); end
|
19
|
+
end
|
20
|
+
module Equalizer::Methods
|
21
|
+
def ==(other); end
|
22
|
+
def eql?(other); end
|
23
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `equalizer` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: strict
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/equatable/all/equatable.rbi
|
9
|
+
#
|
10
|
+
# equatable-0.5.0
|
11
|
+
|
12
|
+
module Equatable
|
13
|
+
def attr_reader(*args); end
|
14
|
+
def comparison_attrs; end
|
15
|
+
def define_compare; end
|
16
|
+
def define_comparison_attrs; end
|
17
|
+
def define_hash; end
|
18
|
+
def define_inspect; end
|
19
|
+
def define_methods; end
|
20
|
+
def inherited(subclass); end
|
21
|
+
def self.included(base); end
|
22
|
+
end
|
23
|
+
module Equatable::Methods
|
24
|
+
def ==(other); end
|
25
|
+
def eql?(other); end
|
26
|
+
end
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# DO NOT EDIT MANUALLY
|
2
|
+
# This is an autogenerated file for types exported from the `equatable` gem.
|
3
|
+
# Please instead update this file by running `bin/tapioca sync`.
|
4
|
+
|
5
|
+
# typed: true
|
6
|
+
|
7
|
+
# THIS IS AN EMPTY RBI FILE.
|
8
|
+
# see https://github.com/Shopify/tapioca/blob/master/README.md#manual-gem-requires
|
@@ -0,0 +1,378 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/excon/all/excon.rbi
|
9
|
+
#
|
10
|
+
# excon-0.81.0
|
11
|
+
|
12
|
+
module Excon
|
13
|
+
def self.connect(url, params = nil, &block); end
|
14
|
+
def self.defaults; end
|
15
|
+
def self.defaults=(new_defaults); end
|
16
|
+
def self.delete(url, params = nil, &block); end
|
17
|
+
def self.display_warning(warning); end
|
18
|
+
def self.get(url, params = nil, &block); end
|
19
|
+
def self.head(url, params = nil, &block); end
|
20
|
+
def self.mock; end
|
21
|
+
def self.mock=(new_mock); end
|
22
|
+
def self.new(url, params = nil); end
|
23
|
+
def self.options(url, params = nil, &block); end
|
24
|
+
def self.patch(url, params = nil, &block); end
|
25
|
+
def self.post(url, params = nil, &block); end
|
26
|
+
def self.put(url, params = nil, &block); end
|
27
|
+
def self.set_raise_on_warnings!(should_raise); end
|
28
|
+
def self.ssl_ca_path; end
|
29
|
+
def self.ssl_ca_path=(new_ssl_ca_path); end
|
30
|
+
def self.ssl_verify_peer; end
|
31
|
+
def self.ssl_verify_peer=(new_ssl_verify_peer); end
|
32
|
+
def self.stub(request_params = nil, response_params = nil, &block); end
|
33
|
+
def self.stub_for(request_params = nil); end
|
34
|
+
def self.stubs; end
|
35
|
+
def self.trace(url, params = nil, &block); end
|
36
|
+
def self.unstub(request_params = nil); end
|
37
|
+
end
|
38
|
+
module Excon::Middleware
|
39
|
+
end
|
40
|
+
class Excon::Middleware::Base
|
41
|
+
def error_call(datum); end
|
42
|
+
def initialize(stack); end
|
43
|
+
def request_call(datum); end
|
44
|
+
def response_call(datum); end
|
45
|
+
def self.valid_parameter_keys; end
|
46
|
+
end
|
47
|
+
class Excon::Middleware::Expects < Excon::Middleware::Base
|
48
|
+
def response_call(datum); end
|
49
|
+
def self.valid_parameter_keys; end
|
50
|
+
end
|
51
|
+
class Excon::Middleware::Idempotent < Excon::Middleware::Base
|
52
|
+
def error_call(datum); end
|
53
|
+
def request_call(datum); end
|
54
|
+
def self.valid_parameter_keys; end
|
55
|
+
end
|
56
|
+
class Excon::Middleware::Instrumentor < Excon::Middleware::Base
|
57
|
+
def error_call(datum); end
|
58
|
+
def request_call(datum); end
|
59
|
+
def response_call(datum); end
|
60
|
+
def self.valid_parameter_keys; end
|
61
|
+
end
|
62
|
+
class Excon::Middleware::Mock < Excon::Middleware::Base
|
63
|
+
def request_call(datum); end
|
64
|
+
def self.valid_parameter_keys; end
|
65
|
+
end
|
66
|
+
class Excon::Middleware::ResponseParser < Excon::Middleware::Base
|
67
|
+
def response_call(datum); end
|
68
|
+
end
|
69
|
+
class Excon::Error < StandardError
|
70
|
+
def self.status_error(request, response); end
|
71
|
+
def self.status_errors; end
|
72
|
+
end
|
73
|
+
class Excon::Error::StubNotFound < Excon::Error
|
74
|
+
end
|
75
|
+
class Excon::Error::InvalidStub < Excon::Error
|
76
|
+
end
|
77
|
+
class Excon::Error::Warning < Excon::Error
|
78
|
+
end
|
79
|
+
class Excon::Error::Socket < Excon::Error
|
80
|
+
def initialize(socket_error = nil); end
|
81
|
+
def socket_error; end
|
82
|
+
end
|
83
|
+
class Excon::Error::Certificate < Excon::Error::Socket
|
84
|
+
def initialize(socket_error = nil); end
|
85
|
+
end
|
86
|
+
class Excon::Error::InvalidHeaderKey < Excon::Error
|
87
|
+
end
|
88
|
+
class Excon::Error::InvalidHeaderValue < Excon::Error
|
89
|
+
end
|
90
|
+
class Excon::Error::Timeout < Excon::Error
|
91
|
+
end
|
92
|
+
class Excon::Error::ResponseParse < Excon::Error
|
93
|
+
end
|
94
|
+
class Excon::Error::ProxyConnectionError < Excon::Error
|
95
|
+
def initialize(msg, request = nil, response = nil); end
|
96
|
+
def request; end
|
97
|
+
def response; end
|
98
|
+
end
|
99
|
+
class Excon::Error::ProxyParse < Excon::Error
|
100
|
+
end
|
101
|
+
class Excon::Error::TooManyRedirects < Excon::Error
|
102
|
+
end
|
103
|
+
class Excon::Error::HTTPStatus < Excon::Error
|
104
|
+
def initialize(msg, request = nil, response = nil); end
|
105
|
+
def request; end
|
106
|
+
def response; end
|
107
|
+
end
|
108
|
+
class Excon::Error::Informational < Excon::Error::HTTPStatus
|
109
|
+
end
|
110
|
+
class Excon::Error::Success < Excon::Error::HTTPStatus
|
111
|
+
end
|
112
|
+
class Excon::Error::Redirection < Excon::Error::HTTPStatus
|
113
|
+
end
|
114
|
+
class Excon::Error::Client < Excon::Error::HTTPStatus
|
115
|
+
end
|
116
|
+
class Excon::Error::Server < Excon::Error::HTTPStatus
|
117
|
+
end
|
118
|
+
class Excon::Error::Continue < Excon::Error::Informational
|
119
|
+
end
|
120
|
+
class Excon::Error::SwitchingProtocols < Excon::Error::Informational
|
121
|
+
end
|
122
|
+
class Excon::Error::OK < Excon::Error::Success
|
123
|
+
end
|
124
|
+
class Excon::Error::Created < Excon::Error::Success
|
125
|
+
end
|
126
|
+
class Excon::Error::Accepted < Excon::Error::Success
|
127
|
+
end
|
128
|
+
class Excon::Error::NonAuthoritativeInformation < Excon::Error::Success
|
129
|
+
end
|
130
|
+
class Excon::Error::NoContent < Excon::Error::Success
|
131
|
+
end
|
132
|
+
class Excon::Error::ResetContent < Excon::Error::Success
|
133
|
+
end
|
134
|
+
class Excon::Error::PartialContent < Excon::Error::Success
|
135
|
+
end
|
136
|
+
class Excon::Error::MultipleChoices < Excon::Error::Redirection
|
137
|
+
end
|
138
|
+
class Excon::Error::MovedPermanently < Excon::Error::Redirection
|
139
|
+
end
|
140
|
+
class Excon::Error::Found < Excon::Error::Redirection
|
141
|
+
end
|
142
|
+
class Excon::Error::SeeOther < Excon::Error::Redirection
|
143
|
+
end
|
144
|
+
class Excon::Error::NotModified < Excon::Error::Redirection
|
145
|
+
end
|
146
|
+
class Excon::Error::UseProxy < Excon::Error::Redirection
|
147
|
+
end
|
148
|
+
class Excon::Error::TemporaryRedirect < Excon::Error::Redirection
|
149
|
+
end
|
150
|
+
class Excon::Error::BadRequest < Excon::Error::Client
|
151
|
+
end
|
152
|
+
class Excon::Error::Unauthorized < Excon::Error::Client
|
153
|
+
end
|
154
|
+
class Excon::Error::PaymentRequired < Excon::Error::Client
|
155
|
+
end
|
156
|
+
class Excon::Error::Forbidden < Excon::Error::Client
|
157
|
+
end
|
158
|
+
class Excon::Error::NotFound < Excon::Error::Client
|
159
|
+
end
|
160
|
+
class Excon::Error::MethodNotAllowed < Excon::Error::Client
|
161
|
+
end
|
162
|
+
class Excon::Error::NotAcceptable < Excon::Error::Client
|
163
|
+
end
|
164
|
+
class Excon::Error::ProxyAuthenticationRequired < Excon::Error::Client
|
165
|
+
end
|
166
|
+
class Excon::Error::RequestTimeout < Excon::Error::Client
|
167
|
+
end
|
168
|
+
class Excon::Error::Conflict < Excon::Error::Client
|
169
|
+
end
|
170
|
+
class Excon::Error::Gone < Excon::Error::Client
|
171
|
+
end
|
172
|
+
class Excon::Error::LengthRequired < Excon::Error::Client
|
173
|
+
end
|
174
|
+
class Excon::Error::PreconditionFailed < Excon::Error::Client
|
175
|
+
end
|
176
|
+
class Excon::Error::RequestEntityTooLarge < Excon::Error::Client
|
177
|
+
end
|
178
|
+
class Excon::Error::RequestURITooLong < Excon::Error::Client
|
179
|
+
end
|
180
|
+
class Excon::Error::UnsupportedMediaType < Excon::Error::Client
|
181
|
+
end
|
182
|
+
class Excon::Error::RequestedRangeNotSatisfiable < Excon::Error::Client
|
183
|
+
end
|
184
|
+
class Excon::Error::ExpectationFailed < Excon::Error::Client
|
185
|
+
end
|
186
|
+
class Excon::Error::UnprocessableEntity < Excon::Error::Client
|
187
|
+
end
|
188
|
+
class Excon::Error::TooManyRequests < Excon::Error::Client
|
189
|
+
end
|
190
|
+
class Excon::Error::InternalServerError < Excon::Error::Server
|
191
|
+
end
|
192
|
+
class Excon::Error::NotImplemented < Excon::Error::Server
|
193
|
+
end
|
194
|
+
class Excon::Error::BadGateway < Excon::Error::Server
|
195
|
+
end
|
196
|
+
class Excon::Error::ServiceUnavailable < Excon::Error::Server
|
197
|
+
end
|
198
|
+
class Excon::Error::GatewayTimeout < Excon::Error::Server
|
199
|
+
end
|
200
|
+
module Excon::Errors
|
201
|
+
def self.status_error(request, response); end
|
202
|
+
end
|
203
|
+
module Excon::Utils
|
204
|
+
def binary_encode(string); end
|
205
|
+
def connection_uri(datum = nil); end
|
206
|
+
def escape_uri(str); end
|
207
|
+
def headers_hash_to_s(headers); end
|
208
|
+
def port_string(datum); end
|
209
|
+
def query_string(datum); end
|
210
|
+
def redact(datum); end
|
211
|
+
def request_uri(datum); end
|
212
|
+
def split_header_value(str); end
|
213
|
+
def unescape_form(str); end
|
214
|
+
def unescape_uri(str); end
|
215
|
+
extend Excon::Utils
|
216
|
+
end
|
217
|
+
class Excon::Connection
|
218
|
+
def batch_requests(pipeline_params, limit = nil); end
|
219
|
+
def connect(params = nil, &block); end
|
220
|
+
def connection; end
|
221
|
+
def connection=(new_params); end
|
222
|
+
def data; end
|
223
|
+
def delete(params = nil, &block); end
|
224
|
+
def detect_content_length(body); end
|
225
|
+
def error_call(datum); end
|
226
|
+
def get(params = nil, &block); end
|
227
|
+
def head(params = nil, &block); end
|
228
|
+
def initialize(params = nil); end
|
229
|
+
def inspect; end
|
230
|
+
def logger; end
|
231
|
+
def logger=(logger); end
|
232
|
+
def options(params = nil, &block); end
|
233
|
+
def params; end
|
234
|
+
def params=(new_params); end
|
235
|
+
def patch(params = nil, &block); end
|
236
|
+
def post(params = nil, &block); end
|
237
|
+
def proxy; end
|
238
|
+
def proxy=(new_proxy); end
|
239
|
+
def proxy_from_env; end
|
240
|
+
def proxy_match_host_port(host, port); end
|
241
|
+
def put(params = nil, &block); end
|
242
|
+
def raise_socket_error(error); end
|
243
|
+
def request(params = nil, &block); end
|
244
|
+
def request_call(datum); end
|
245
|
+
def requests(pipeline_params); end
|
246
|
+
def reset; end
|
247
|
+
def response(datum = nil); end
|
248
|
+
def response_call(datum); end
|
249
|
+
def retry_limit; end
|
250
|
+
def retry_limit=(new_retry_limit); end
|
251
|
+
def setup_proxy; end
|
252
|
+
def socket(datum = nil); end
|
253
|
+
def sockets; end
|
254
|
+
def trace(params = nil, &block); end
|
255
|
+
def valid_middleware_keys(middlewares); end
|
256
|
+
def valid_request_keys(middlewares); end
|
257
|
+
def validate_params(validation, params, middlewares); end
|
258
|
+
include Excon::Utils
|
259
|
+
end
|
260
|
+
class Excon::Headers < Hash
|
261
|
+
def [](key); end
|
262
|
+
def []=(key, value); end
|
263
|
+
def assoc(obj); end
|
264
|
+
def delete(key, &proc); end
|
265
|
+
def fetch(key, default = nil, &proc); end
|
266
|
+
def has_key?(key); end
|
267
|
+
def initialize; end
|
268
|
+
def key?(key); end
|
269
|
+
def member?(key); end
|
270
|
+
def merge!(other_hash); end
|
271
|
+
def merge(other_hash); end
|
272
|
+
def raw_assoc(arg0); end
|
273
|
+
def raw_delete(arg0); end
|
274
|
+
def raw_fetch(*arg0); end
|
275
|
+
def raw_has_key?(arg0); end
|
276
|
+
def raw_include?(arg0); end
|
277
|
+
def raw_key?(arg0); end
|
278
|
+
def raw_member?(arg0); end
|
279
|
+
def raw_merge!(*arg0); end
|
280
|
+
def raw_merge(*arg0); end
|
281
|
+
def raw_reader(arg0); end
|
282
|
+
def raw_rehash; end
|
283
|
+
def raw_store(arg0, arg1); end
|
284
|
+
def raw_values_at(*arg0); end
|
285
|
+
def raw_writer(arg0, arg1); end
|
286
|
+
def rehash; end
|
287
|
+
def store(key, value); end
|
288
|
+
def values_at(*keys); end
|
289
|
+
end
|
290
|
+
class Excon::Response
|
291
|
+
def [](key); end
|
292
|
+
def body; end
|
293
|
+
def body=(new_body); end
|
294
|
+
def data; end
|
295
|
+
def data=(arg0); end
|
296
|
+
def get_header(name); end
|
297
|
+
def headers; end
|
298
|
+
def headers=(new_headers); end
|
299
|
+
def host; end
|
300
|
+
def initialize(params = nil); end
|
301
|
+
def local_address; end
|
302
|
+
def local_port; end
|
303
|
+
def params; end
|
304
|
+
def path; end
|
305
|
+
def port; end
|
306
|
+
def pp; end
|
307
|
+
def reason_phrase; end
|
308
|
+
def reason_phrase=(new_reason_phrase); end
|
309
|
+
def remote_ip; end
|
310
|
+
def remote_ip=(new_remote_ip); end
|
311
|
+
def self.parse(socket, datum); end
|
312
|
+
def self.parse_headers(socket, datum); end
|
313
|
+
def status; end
|
314
|
+
def status=(new_status); end
|
315
|
+
def status_line; end
|
316
|
+
def status_line=(new_status_line); end
|
317
|
+
end
|
318
|
+
class Excon::Middleware::Decompress < Excon::Middleware::Base
|
319
|
+
def request_call(datum); end
|
320
|
+
def response_call(datum); end
|
321
|
+
end
|
322
|
+
class Excon::Middleware::EscapePath < Excon::Middleware::Base
|
323
|
+
def request_call(datum); end
|
324
|
+
end
|
325
|
+
class Excon::Middleware::RedirectFollower < Excon::Middleware::Base
|
326
|
+
def get_header(datum, header); end
|
327
|
+
def request_call(datum); end
|
328
|
+
def response_call(datum); end
|
329
|
+
def self.valid_parameter_keys; end
|
330
|
+
end
|
331
|
+
class Excon::Middleware::CaptureCookies < Excon::Middleware::Base
|
332
|
+
def extract_cookies_from_set_cookie(set_cookie); end
|
333
|
+
def get_header(datum, header); end
|
334
|
+
def response_call(datum); end
|
335
|
+
end
|
336
|
+
class Excon::PrettyPrinter
|
337
|
+
def self.pp(io, datum, indent = nil); end
|
338
|
+
end
|
339
|
+
class Excon::Socket
|
340
|
+
def close(*args, &block); end
|
341
|
+
def connect; end
|
342
|
+
def data; end
|
343
|
+
def data=(arg0); end
|
344
|
+
def initialize(data = nil); end
|
345
|
+
def legacy_readline; end
|
346
|
+
def local_address; end
|
347
|
+
def local_port; end
|
348
|
+
def params; end
|
349
|
+
def params=(new_params); end
|
350
|
+
def read(max_length = nil); end
|
351
|
+
def read_block(max_length); end
|
352
|
+
def read_nonblock(max_length); end
|
353
|
+
def readline; end
|
354
|
+
def remote_ip; end
|
355
|
+
def select_with_timeout(socket, type); end
|
356
|
+
def unpacked_sockaddr; end
|
357
|
+
def write(data); end
|
358
|
+
def write_block(data); end
|
359
|
+
def write_nonblock(data); end
|
360
|
+
extend Forwardable
|
361
|
+
include Excon::Utils
|
362
|
+
end
|
363
|
+
class Excon::SSLSocket < Excon::Socket
|
364
|
+
def client_cert_data; end
|
365
|
+
def client_key_data; end
|
366
|
+
def client_key_pass; end
|
367
|
+
def connect; end
|
368
|
+
def initialize(data = nil); end
|
369
|
+
end
|
370
|
+
class Excon::StandardInstrumentor
|
371
|
+
def self.instrument(name, params = nil); end
|
372
|
+
end
|
373
|
+
class Excon::LoggingInstrumentor
|
374
|
+
def self.instrument(name, params = nil); end
|
375
|
+
end
|
376
|
+
class Excon::UnixSocket < Excon::Socket
|
377
|
+
def connect; end
|
378
|
+
end
|