- rdoc comment

This commit is contained in:
Jordan Sissel 2011-08-17 01:09:33 -07:00
parent a721d797ea
commit 467ff76981

View file

@ -38,6 +38,7 @@ class LogStash::Event
return @cancelled return @cancelled
end # def cancelled? end # def cancelled?
# Create a deep-ish copy of this event.
public public
def clone def clone
newdata = @data.clone newdata = @data.clone