Class: UniformNotifier::JavascriptConsole

Inherits:
Base
  • Object
show all
Defined in:
lib/uniform_notifier/javascript_console.rb

Class Method Summary collapse

Methods inherited from Base

inline_notify, out_of_channel_notify

Class Method Details

.active?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/uniform_notifier/javascript_console.rb', line 3

def self.active?
  UniformNotifier.console
end