Sha256: 83fcc9f34b181e06c38b50d8a36ec8832718e591aea37f9cdb038ef17ccd3457
Contents?: true
Size: 568 Bytes
Versions: 34
Compression:
Stored size: 568 Bytes
Contents
module Inch module CLI module Command module Options class Inspect < BaseObject def descriptions [ '', 'Example: ' + '$ inch inspect lib/**/*.rb Foo::Bar#initialize'.color(:cyan), '', 'Shows one or more objects in detail.' ] end def verify if object_names.empty? kill # "Provide a name to an object to show it's evaluation." end end end end end end end
Version data entries
34 entries across 34 versions & 1 rubygems