Sha256: 09eb64289166ef52b4b6f9a499b39d3d14c4264a8e845a7a19bd9b550c0fd077
Contents?: true
Size: 782 Bytes
Versions: 21
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: strict 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
21 entries across 21 versions & 5 rubygems