Method: Object#respond_to
- Defined in:
- lib/mspec/matchers/respond_to.rb
#respond_to(expected) ⇒ Object
21 22 23 |
# File 'lib/mspec/matchers/respond_to.rb', line 21 def respond_to(expected) RespondToMatcher.new(expected) end |
21 22 23 |
# File 'lib/mspec/matchers/respond_to.rb', line 21 def respond_to(expected) RespondToMatcher.new(expected) end |