class JetBlack::RSpec::Matchers::HaveStderr
Public Instance Methods
matches?(actual)
click to toggle source
Calls superclass method
# File lib/jet_black/rspec/matchers.rb, line 49 def matches?(actual) super(actual.stderr) end