Skip to content

Commit

Permalink
flush out null_io
Browse files Browse the repository at this point in the history
  • Loading branch information
Montana Low committed Jul 10, 2019
1 parent b735f69 commit 98b1394
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/puma/null_io.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,11 @@ def puts(*ary)

def write(*ary)
end

def sync
end

def flush
end
end
end

0 comments on commit 98b1394

Please sign in to comment.