I was trying to find the specifications for String#split
in RubySpec on GitHub. (Turns out to be core/string/split_spec.rb
.)
If I try searching on ruby/rubyspec, I get told
Sorry, forked repositories are not currently searchable.
You could try searching the parent repository.
Trying the linked search on the parent repository rubyspec/rubyspec
, I get
We couldn’t find any code matching 'string split'
You could try an advanced search.
However, the advanced search doesn't seem to have any ability to search the archive branch of rubyspec/rubyspec
, which has actual code in it (the master branch just has a README
file).