lib/simple_segment/client.rb in simple_segment-0.1.1 vs lib/simple_segment/client.rb in simple_segment-0.2.0

- old
+ new

@@ -86,9 +86,8 @@ yield(batch) batch.commit end # A no op, added for backwards compatibility with `analytics-ruby` - def flush - end + def flush; end end end