# File lib/plain_formatter.rb, line 122 def format sprintf("%-15s | %-15s | %-s", @obj.id, @obj.name, @obj.url) end