Method: Mushy::Event#initialize
- Defined in:
- lib/mushy/event.rb
#initialize ⇒ Event
Returns a new instance of Event.
10 11 12 |
# File 'lib/mushy/event.rb', line 10 def initialize self.data = SymbolizedHash.new end |
Returns a new instance of Event.
10 11 12 |
# File 'lib/mushy/event.rb', line 10 def initialize self.data = SymbolizedHash.new end |