module Autoshell
The top-level namespace of the Autoshell
lib
Version info
Constants
- ALLOWED_ENV
These vars are copied from the ruby script's environment
- LOG_FORMATTER
Default log formatter
- LOG_LEVEL
Default log level
- VERSION
Public Class Methods
new(path = '.', env: {}, logger: nil)
click to toggle source
Create a new autoshell. Same as `Autoshell::Base.new`. @see Autoshell::Base#initialize
# File lib/autoshell.rb, line 36 def new(path = '.', env: {}, logger: nil) Base.new(path, env: env, logger: logger) end
Also aliased as: open