Object
# File bundler/lazy_specification.rb, line 11 def <=>(other) return unless other.is_a?(Identifier) [name, version, platform_string] <=> [other.name, other.version, other.platform_string] end
# File bundler/lazy_specification.rb, line 18 def platform_string platform_string = platform.to_s platform_string == Index::RUBY ? Index::NULL : platform_string end
This page was generated for Ruby 2.6.9
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.