Method: ArchitectureJS::Notification.log

Defined in:
lib/architecture-js/notification.rb

.log(message) ⇒ Object



38
39
40
# File 'lib/architecture-js/notification.rb', line 38

def self.log(message)
  self.notify :log, message
end