From a1b8552ae442d1fa22df1e569652eb99750dcebf Mon Sep 17 00:00:00 2001 From: Amir Rajan Date: Sat, 7 Aug 2021 00:18:49 -0500 Subject: Sync core oss engine files. --- dragon/log.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dragon/log.rb') diff --git a/dragon/log.rb b/dragon/log.rb index 7bf09fd..2e39217 100644 --- a/dragon/log.rb +++ b/dragon/log.rb @@ -129,6 +129,11 @@ module GTK self.puts message end + def self.reset + @once = {} + nil + end + def self.puts_once *ids, message id = "#{ids}" @once ||= {} -- cgit v1.2.3