Method: Object#should
- Defined in:
- lib/bacon.rb
#should(*args, &block) ⇒ Object
279 |
# File 'lib/bacon.rb', line 279 def should(*args, &block) Should.new(self).be(*args, &block) end |
279 |
# File 'lib/bacon.rb', line 279 def should(*args, &block) Should.new(self).be(*args, &block) end |