class Lebowski::RSpec::Matchers::MatchSupporter
Attributes
result[R]
Public Class Methods
new(object, expected, *args)
click to toggle source
# File lib/lebowski/rspec/matchers/match_supporters/match_supporter.rb, line 14 def initialize(object, expected, *args) @object = object @expected = expected @args = args @result = nil end
Public Instance Methods
has_match?()
click to toggle source
# File lib/lebowski/rspec/matchers/match_supporters/match_supporter.rb, line 21 def has_match?() return false end