summaryrefslogtreecommitdiffstats
path: root/lib/evendoors
diff options
context:
space:
mode:
Diffstat (limited to 'lib/evendoors')
-rw-r--r--lib/evendoors/twirl.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/evendoors/twirl.rb b/lib/evendoors/twirl.rb
index b3eca89..1ddf490 100644
--- a/lib/evendoors/twirl.rb
+++ b/lib/evendoors/twirl.rb
@@ -56,6 +56,11 @@ module EvenDoors
end
end
#
+ def clear!
+ @sys_fifo.clear
+ @app_fifo.clear
+ end
+ #
end
#
end