module Grell::CapybaraDriver::FakePoltergeistLogger

Poltergeist driver needs a class with this signature. The javascript console.log is sent here. We just discard that information.

Public Class Methods

puts(*) click to toggle source
# File lib/grell/capybara_driver.rb, line 40
def self.puts(*)
end