Class: Object

Inherits:
BasicObject
Defined in:
lib/peck/expectations.rb

Instance Method Summary collapse

Instance Method Details

#should(*args, &block) ⇒ Object



112
113
114
# File 'lib/peck/expectations.rb', line 112

def should(*args, &block)
  Peck::Should.new(self).be(*args, &block)
end