openaustralia/planningalerts

View on GitHub
sorbet/rbi/gems/shellany@0.0.1.rbi

Summary

Maintainability
Test Coverage
# 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 gem shellany`.

# 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