Sha256: 91ba6d4a06b1f5d131bab2ac4b7df9e611412ac42176ac345332b0e80f949b1f
Contents?: true
Size: 617 Bytes
Versions: 38
Compression:
Stored size: 617 Bytes
Contents
module Inch module CLI module Command module Options class Show < BaseObject def descriptions [ "", "Example: " + "$ inch show lib/**/*.rb Foo::Bar#initialize".cyan, "", "Shows one or more objects in detail.", description_hint_grades, description_hint_arrows ] 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
38 entries across 38 versions & 1 rubygems