fails(JRUBY-4654):Enumerable#slice_before raises an Argument error when given an incorrect number of arguments
fails(JRUBY-4654):Enumerable#slice_before when given an argument and no block calls === on the argument to determine when to yield
fails(JRUBY-4654):Enumerable#slice_before when given an argument and no block doesn't yield an empty array if the filter matches the first entry or the last entry
fails(JRUBY-4654):Enumerable#slice_before when given an argument and no block uses standard boolean as a test
fails(JRUBY-4654):Enumerable#slice_before when given a block and no argument calls the block to determine when to yield
fails(JRUBY-4654):Enumerable#slice_before when given a block and an argument calls the block with a copy of that argument
