Method: RSpec::Matchers::BuiltIn::Be#initialize
- Defined in:
- lib/rspec/matchers/built_in/be.rb
#initialize(*args) ⇒ Be
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Be.
104 105 106 |
# File 'lib/rspec/matchers/built_in/be.rb', line 104 def initialize(*args) @args = args end |