lib/vedeu/models/stream.rb in vedeu-0.2.11 vs lib/vedeu/models/stream.rb in vedeu-0.2.12
- old
+ new
@@ -25,10 +25,10 @@
#
# @param attributes [Hash]
# @param block [Proc]
# @return [Stream]
def initialize(attributes = {}, &block)
- @attributes = defaults.merge!(attributes)
+ @attributes = defaults.merge(attributes)
@align = @attributes[:align]
@text = @attributes[:text]
@width = @attributes[:width]
@parent = @attributes[:parent]