Class: AndParcel::ListCommand
Instance Method Summary collapse
Methods inherited from Command
Instance Method Details
#run ⇒ Object
37 38 39 40 |
# File 'bin/parcel', line 37 def run catalogs=AndParcel.catalogs puts catalogs.names.sort.join("\n") end |