lib/inch/cli/command/options/inspect.rb in inch-0.5.0.rc3 vs lib/inch/cli/command/options/inspect.rb in inch-0.5.0.rc4
- old
+ new
@@ -1,14 +1,14 @@
module Inch
module CLI
module Command
module Options
class Inspect < BaseObject
-
def descriptions
[
"",
- "Example: " + "$ inch inspect lib/**/*.rb Foo::Bar#initialize".color(:cyan),
+ "Example: " +
+ "$ inch inspect lib/**/*.rb Foo::Bar#initialize".color(:cyan),
"",
"Shows one or more objects in detail."
]
end