Sha256: ab57508bd7d52370087c438d033003e29582fce7cc2e2002a21db399e2547669

Contents?: true

Size: 825 Bytes

Versions: 1

Compression:

Stored size: 825 Bytes

Contents

opal_unsupported_filter "Enumerator" do
  fails "Enumerator#next cannot be called again until the enumerator is rewound"
  fails "Enumerator#next raises a StopIteration exception at the end of the stream"
  fails "Enumerator#next returns the next element of the enumeration"
  fails "Enumerator#rewind calls the enclosed object's rewind method if one exists"
  fails "Enumerator#rewind clears a pending #feed value"
  fails "Enumerator#rewind does nothing if the object doesn't have a #rewind method"
  fails "Enumerator#rewind has no effect if called multiple, consecutive times"
  fails "Enumerator#rewind has no effect on a new enumerator"
  fails "Enumerator#rewind resets the enumerator to its initial state"
  fails "Enumerator#rewind returns self"
  fails "Enumerator#rewind works with peek to reset the position"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-0.11.0.rc1 spec/filters/unsupported/enumerator.rb