lib/tonic/shell.rb in tonic-0.0.1 vs lib/tonic/shell.rb in tonic-0.0.2

- old
+ new

@@ -1,7 +1,9 @@ # Implementation of sh from github-gem # https://github.com/defunkt/github-gem +require 'open3' + module Tonic class Shell < String attr_reader :error attr_reader :out