repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Temporary tag for this failure. Updated CI spec coming.
[rbx.git]
/
kernel
/
bootstrap
/
selector.rb
blob
a0567bb7c4b4a0a4c33d6adb8aba2aeb16007cdc
1
class Selector
2
def clear
3
Ruby.primitive :selector_clear
4
raise PrimitiveFailure, "primitive failed"
5
end
6
end