Method: BaconExpect::Matcher::HaveGeneric#initialize
- Defined in:
- lib/bacon-expect/matchers/have_generic.rb
#initialize(method_name, *args) ⇒ HaveGeneric
Returns a new instance of HaveGeneric.
3 4 5 6 |
# File 'lib/bacon-expect/matchers/have_generic.rb', line 3 def initialize(method_name, *args) @method_name = method_name @args = args end |