lib/inch/cli/command/options/show.rb in inch-0.4.10 vs lib/inch/cli/command/options/show.rb in inch-0.5.0.rc1

- old
+ new

@@ -1,14 +1,14 @@ module Inch module CLI module Command module Options class Show < BaseObject + def descriptions [ "", - "Example: " + - "$ inch show lib/**/*.rb Foo::Bar#initialize".color(:cyan), + "Example: " + "$ inch show lib/**/*.rb Foo::Bar#initialize".color(:cyan), "", "Shows one or more objects in detail.", description_hint_grades, description_hint_arrows ]