summaryrefslogtreecommitdiff
path: root/lib/rubygems/source/installed.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/source/installed.rb2
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +33,6 @@ class Gem::Source::Installed < Gem::Source
end
def pretty_print(q) # :nodoc:
- q.text '[Installed]'
end
end