Sha256: 193f5e1cec87d690cb434865b8601654fb9f4322ec2c58b0705ef622ff6bb9a8
Contents?: true
Size: 780 Bytes
Versions: 4
Compression:
Stored size: 780 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: true 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
4 entries across 4 versions & 1 rubygems