lib/webtranslateit/safe/pipe.rb in webtranslateit-safe-0.4.3 vs lib/webtranslateit/safe/pipe.rb in webtranslateit-safe-0.4.4

- old
+ new

@@ -1,8 +1,11 @@ module WebTranslateIt + module Safe + class Pipe < Stream + # process adds required commands to the current # shell command string # :active?, :pipe, :extension and :post_process are # defined in inheriting pipe classes def process @@ -10,8 +13,11 @@ @backup.command << pipe @backup.extension << extension post_process end + end + end + end