Module: EventsDefinitionUtils

Defined in:
lib/puppeteer/events.rb

Class Method Summary collapse

Class Method Details

.symbol(str) ⇒ Object

symbol is used to prevent external parties listening to these events



5
6
7
# File 'lib/puppeteer/events.rb', line 5

module_function def symbol(str)
  Digest::MD5.hexdigest(str)
end