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

Fix failing test.

parent 7e6283c0
......@@ -139,7 +139,7 @@ module Pod
#
# @return [void]
#
def <<(obj)
def <<(value)
super
ensure
@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