lib/rubikon/application/sandbox.rb in rubikon-0.5.0 vs lib/rubikon/application/sandbox.rb in rubikon-0.5.1

- old
+ new

@@ -59,10 +59,10 @@ # # This is used to hide <tt>Kernel#puts</tt> so that the application's # output IO object is used for printing text # # @param [String] text The text to write into the output stream - def puts(text) + def puts(text = nil) @__app__.send(:puts, text) end end