module Kernel

Public Instance Methods

should(*args, &block) click to toggle source
# File lib/pork/more/should.rb, line 3
def should *args, &block
  stat = Thread.current.group.list.find{ |t| t[:pork_stat] }[:pork_stat]
  Pork::Expect.new(stat, self, *args, &block)
end