Sha256: 45cc4bd133190d5759c54281bc19e72d7585c0a4ba7c11e0dbc4dd1ead436df6

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 Bytes

Contents

# DO NOT EDIT MANUALLY
# This is an autogenerated file for types exported from the `shellany` gem.
# Please instead update this file by running `bin/tapioca sync`.

# typed: true

module Shellany; end

class Shellany::Sheller
  def initialize(*args); end

  def ok?; end
  def ran?; end
  def run; end
  def status; end
  def stderr; end
  def stdout; end

  class << self
    def _shellize_if_needed(args); end
    def _system_with_capture(*args); end
    def _system_with_no_capture(*args); end
    def run(*args); end
    def stderr(*args); end
    def stdout(*args); end
    def system(*args); end
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
muina-0.2.8 sorbet/rbi/gems/shellany@0.0.1.rbi
muina-0.2.7 sorbet/rbi/gems/shellany@0.0.1.rbi
ipt-2.1.0 sorbet/rbi/gems/shellany@0.0.1.rbi