Module: Shr

Defined in:
lib/shr/which.rb,
lib/shr.rb,
lib/shr/shell.rb,
lib/shr/option.rb,
lib/shr/builtin.rb,
lib/shr/command.rb,
lib/shr/version.rb

Overview

The following code was referring to whichr. whichr - github.com/rdp/whichr

Defined Under Namespace

Modules: Builtin, Which Classes: Command, Option, Shell

Constant Summary collapse

VERSION =
"0.1.4"

Class Method Summary collapse

Class Method Details

.shellObject



7
8
9
# File 'lib/shr.rb', line 7

def shell
  Shr::Shell.new
end