Sha256: 48deaeb0171a286e23e750bed468c8f27ea64b43c0a3cb65f62b6b14ef961d4b
Contents?: true
Size: 782 Bytes
Versions: 9
Compression:
Stored size: 782 Bytes
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi sorbet-typed # # If you would like to make changes to this file, great! Please upstream any changes you make here: # # https://github.com/sorbet/sorbet-typed/edit/master/lib/rspec-core/all/rspec-core.rbi # # typed: ignore module RSpec::Core::ShellEscape def conditionally_quote(id); end def escape(shell_command); end def quote(argument); end def self.conditionally_quote(id); end def self.escape(shell_command); end def self.quote(argument); end def self.shell_allows_unquoted_ids?; end def shell_allows_unquoted_ids?; end end class RSpec::Core::RakeTask < ::Rake::TaskLib include ::Rake::DSL include RSpec::Core::ShellEscape def initialize(*args, &task_block); end end
Version data entries
9 entries across 9 versions & 1 rubygems