Class: ActionChannels::Driver
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- ActionChannels::Driver
- Defined in:
- lib/action_channels/driver.rb
Instance Method Summary collapse
Instance Method Details
#data ⇒ Object
5 6 7 |
# File 'lib/action_channels/driver.rb', line 5 def data @data ||= {} end |