aboutsummaryrefslogtreecommitdiff
path: root/poll.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--poll.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/poll.rb b/poll.rb
index 3f6773d..5e6f4eb 100644
--- a/poll.rb
+++ b/poll.rb
@@ -223,6 +223,12 @@ END
store "Column #{columntitle} #{action}"
true
end
+
+ def toggle_hidden
+ @hidden = !@hidden
+ store "Hidden status changed!"
+ end
+
end
if __FILE__ == $0