module Session
Constants
- VERSION
Attributes
debug[RW]
track_history[RW]
use_open3[RW]
use_spawn[RW]
Public Class Methods
description()
click to toggle source
# File lib/session.rb, line 11 def Session.description 'persistent connections with external programs like bash' end
new(*a, &b)
click to toggle source
# File lib/session.rb, line 25 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