Flowdock
method

spec_summary

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: QueryCommand
spec_summary(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 354
  def spec_summary entry, spec
    summary = truncate_text(spec.summary, "the summary for #{spec.full_name}")
    entry << "\n\n" << format_text(summary, 68, 4)
  end
Register or log in to add new notes.