Temporary tag for this failure. Updated CI spec coming.
[rbx.git] / kernel / bootstrap / selector.rb
bloba0567bb7c4b4a0a4c33d6adb8aba2aeb16007cdc
1 class Selector
2   def clear
3     Ruby.primitive :selector_clear
4     raise PrimitiveFailure, "primitive failed"
5   end
6 end