[Docs] Remove vestigial comment

parent 2368fa3f
......@@ -7,7 +7,7 @@ module Pod
module UserInterface
require 'colored'
@title_colors = %w( yellow green )
@title_colors = %w( yellow green )
@title_level = 0
@indentation_level = 2
@treat_titles_as_messages = false
......@@ -117,9 +117,6 @@ module Pod
self.title_level -= 1
end
# def title(title, verbose_prefix = '', relative_indentation = 2)
# end
# Prints a verbose message taking an optional verbose prefix and
# a relative indentation valid for the UI action in the passed
# block.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment