pry--pry/lib/pry/output.rb

8 lines
114 B
Ruby

class Pry
# null output class - doesn't write anywwhere.
class NullOutput
def self.puts(*) end
end
end