Class: Forematter::Commands::List

Inherits:
Forematter::CommandRunner show all
Defined in:
lib/forematter/commands/list.rb

Instance Method Summary collapse

Methods inherited from Forematter::CommandRunner

#call

Instance Method Details

#runObject



12
13
14
# File 'lib/forematter/commands/list.rb', line 12

def run
  puts tags.uniq.compact.map(&:to_s).sort_by(&:downcase).join("\n")
end