module Session
Constants
- VERSION
Attributes
debug[RW]
track_history[RW]
use_open3[RW]
use_spawn[RW]
Public Class Methods
new(*a, &b)
click to toggle source
# File lib/session.rb, line 21 def new(*a, &b) Sh::new(*a, &b) end
Also aliased as: []
version()
click to toggle source
# File lib/session.rb, line 9 def self.version() VERSION end