lib/inch/cli/command/options/show.rb in inch-0.5.0.rc5 vs lib/inch/cli/command/options/show.rb in inch-0.5.0.rc6
- old
+ new
@@ -3,14 +3,14 @@
module Command
module Options
class Show < BaseObject
def descriptions
[
- "",
- "Example: " +
- "$ inch show lib/**/*.rb Foo::Bar#initialize".color(:cyan),
- "",
- "Shows one or more objects in detail.",
+ '',
+ 'Example: ' +
+ '$ inch show lib/**/*.rb Foo::Bar#initialize'.color(:cyan),
+ '',
+ 'Shows one or more objects in detail.',
description_hint_grades,
description_hint_arrows
]
end