lib/webtranslateit/safe/pipe.rb in webtranslateit-safe-0.4.0 vs lib/webtranslateit/safe/pipe.rb in webtranslateit-safe-0.4.1
- old
+ new
@@ -1,11 +1,8 @@
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
@@ -13,11 +10,8 @@
@backup.command << pipe
@backup.extension << extension
post_process
end
-
end
-
end
-
end