Flowdock
method

spec_homepage

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: QueryCommand
spec_homepage(entry, spec) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/query_command.rb, line 284
  def spec_homepage entry, spec
    return if spec.homepage.nil? or spec.homepage.empty?

    entry << "\n" << format_text("Homepage: #{spec.homepage}", 68, 4)
  end
Register or log in to add new notes.