DEBSOURCES
Skip Quicknav
sources / ruby2.7 / 2.7.4-1%2Bdeb11u1 / spec / ruby / core / random / default_spec.rb
1234567
require_relative '../../spec_helper' describe "Random::DEFAULT" do it "returns a Random instance" do Random::DEFAULT.should be_an_instance_of(Random) end end