Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -35,3 +35,4 @@ fails:Array#sample calls #to_f on the Object returned by #rand |
|
|
fails:Array#sample raises a RangeError if the random generator returns a value less than 0.0 |
|
|
fails:Array#sample raises a RangeError if the random generator returns a value equal to 1.0 |
|
|
fails:Array#sample raises a RangeError if the random generator returns a value greater than 1.0 |
|
|
fails:Array#sample ignores an Object passed for the RNG if it does not define #rand |
|
@@ -28,7 +28,6 @@ fails:Symbol#inspect returns self as a symbol literal for :$@ |
|
|
fails:Symbol#inspect returns self as a symbol literal for :$1234 |
|
|
fails:Symbol#inspect returns self as a symbol literal for :-@ |
|
|
fails:Symbol#inspect returns self as a symbol literal for :+@ |
|
|
fails:Symbol#inspect returns self as a symbol literal for :+ |
|
|
fails:Symbol#inspect returns self as a symbol literal for :% |
|
|
fails:Symbol#inspect returns self as a symbol literal for :& |
|
|
fails:Symbol#inspect returns self as a symbol literal for :* |
|
|
|
@@ -2,3 +2,4 @@ fails:A Symbol literal is a ':' followed by a single- or double-quoted string th |
|
|
fails:A Symbol literal can be created by the %s-delimited expression |
|
|
fails:A Symbol literal can contain null in the string |
|
|
fails:A Symbol literal can be an empty string |
|
|
fails:A Symbol literal is converted to a literal, unquoted representation if the symbol contains only valid characters |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.