Classes: Error, Terminal, Typist
"0.1.3"
12 13 14 15
# File 'lib/halfshell.rb', line 12 def Halfshell.<<(command) return ($hs = new) if :global == command new << command end
8 9 10
# File 'lib/halfshell.rb', line 8 def Halfshell.new Typist.new(terminal: Terminal.default) end