Maintenance of Ruby 2.0.0 will end on February 24, 2016. Read more
Object
# File rubygems/test_case.rb, line 1037 def initialize(specs) @specs = specs.sort_by { |s| s.full_name } end
# File rubygems/test_case.rb, line 1047 def find_all(dep) @specs.find_all { |s| dep.matches_spec? s } end
# File rubygems/test_case.rb, line 1041 def find_spec(dep) @specs.reverse_each do |s| return s if dep.matches_spec? s end end
# File rubygems/test_case.rb, line 1051 def prefetch(reqs) end
This page was generated for Ruby 2.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.33.0.