module Psychic::Shell

Constants

AVAILABLE_OPTIONS

Attributes

shell[W]

Public Class Methods

shell() click to toggle source
# File lib/psychic/shell.rb, line 18
def self.shell
  @shell ||=  MixlibShellOutExecutor.new
end

Public Instance Methods

shell() click to toggle source
# File lib/psychic/shell.rb, line 22
def shell
  Psychic::Shell.shell
end