lib/lo_gspot/output/wrap.rb in logspot-0.4.0 vs lib/lo_gspot/output/wrap.rb in logspot-0.5.0
- old
+ new
@@ -6,9 +6,13 @@
def puts(data)
wrapper.call(output, data)
end
+ def inner_output
+ output
+ end
+
private
attr_reader :wrapper, :output
end