lib/inch/cli/command/options/base.rb in inch-0.2.3 vs lib/inch/cli/command/options/base.rb in inch-0.3.0.rc1

- old
+ new

@@ -89,10 +89,10 @@ # Returns a decriptive hint explaining the arrows used to represent # code object priorities # # @return [String] def description_hint_arrows - arrows = Output::Base::PRIORITY_ARROWS.join(' ') + arrows = Evaluation::PriorityRange.all.map(&:arrow).join(' ') "Arrows (#{arrows}) hint at the importance of the object " + "being documented." end # Returns a decriptive hint explaining the arrows used to represent