lib/inch/cli/command/options/console.rb in inch-0.4.10 vs lib/inch/cli/command/options/console.rb in inch-0.5.0.rc1
- old
+ new
@@ -6,21 +6,20 @@
def descriptions
[
"",
"Provides a PRY based REPL to inspect objects.",
"",
- "Example: " +
- "$ inch console lib/**/*.rb Foo::Bar#initialize".color(:cyan),
+ "Example: " + "$ inch console lib/**/*.rb Foo::Bar#initialize".color(:cyan),
"",
"Shortcut commands on the prompt are:",
"",
"all".ljust(5) + " returns all code objects",
"f".ljust(5) + " finds an object by its path",
"ff".ljust(5) + " finds all objects given a partial path",
- "o".ljust(5) +
- " returns the code object for OBJECT_NAME (if present)"
+ "o".ljust(5) + " returns the code object for OBJECT_NAME (if present)",
]
end
+
end
end
end
end
end