Class: MuchRailsPubSub::Config::PublishedEvents

Inherits:
Array
  • Object
show all
Defined in:
lib/much-rails-pub-sub.rb

Direct Known Subclasses

DefaultPublishedEvents

Instance Method Summary collapse

Instance Method Details

#<<(value) ⇒ Object



97
98
99
100
101
# File 'lib/much-rails-pub-sub.rb', line 97

def <<(value)
  super

  value
end