1 ($:.unshift File.expand_path(File.join( File.dirname(__FILE__), '..', 'lib' ))).uniq!
5 # This example deals with utilizing multiple `Terminal` instances in Nfoiled.
7 # Creating our first `Terminal` will take care of initializing the Nfoiled
9 term1 = Nfoiled::Terminal.new
10 term2 = Nfoiled::Terminal.new
12 # Rembmer that creating a new `Terminal` also activates it, so `term2` is
18 # Now let's switch to `term1`.