Commit 2edbe20e authored by Florian R. Hanke's avatar Florian R. Hanke

Fix failing test.

parent 7e6283c0
...@@ -139,7 +139,7 @@ module Pod ...@@ -139,7 +139,7 @@ module Pod
# #
# @return [void] # @return [void]
# #
def <<(obj) def <<(value)
super super
ensure ensure
@io << "#{ indent }#{ value }" if @io @io << "#{ indent }#{ value }" if @io
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment