Exception: TurboStreamer::Errors::MergeError
- Inherits:
-
StandardError
- Object
- StandardError
- TurboStreamer::Errors::MergeError
- Defined in:
- lib/turbostreamer/errors.rb
Class Method Summary collapse
Class Method Details
.build(updates) ⇒ Object
6 7 8 9 |
# File 'lib/turbostreamer/errors.rb', line 6 def self.build(updates) = "Can't merge #{updates.inspect} which isn't Hash or Array" new() end |