class Metrux::Plugins::Thread
Public Instance Methods
data()
click to toggle source
# File lib/metrux/plugins/thread.rb, line 4 def data { count: ::Thread.list.count } end
key()
click to toggle source
# File lib/metrux/plugins/thread.rb, line 8 def key 'thread'.freeze end