Skip to content

Commit

Permalink
Eric reminded me to push this update - thanks Eric!
Browse files Browse the repository at this point in the history
* A small but important change to the add_data method

Signed-off-by: Scott Chacon <schacon@gmail.com>
  • Loading branch information
elskwid authored and schacon committed Dec 16, 2008
1 parent 12932c3 commit ca2ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/munger/data.rb
Expand Up @@ -21,7 +21,7 @@ def add_data(data)
if @data
@data = @data + data
else
Data.new(:data => data)
@data = data
end
@data
end
Expand Down

0 comments on commit ca2ef1c

Please sign in to comment.