class Forematter::Commands::List
Public Instance Methods
run()
click to toggle source
# File lib/forematter/commands/list.rb, line 12 def run puts tags.uniq.compact.map(&:to_s).sort_by(&:downcase).join("\n") end