Method: CommandLineInterface#lists

Defined in:
lib/thartmx.rb

#listsObject



199
200
201
202
203
204
205
# File 'lib/thartmx.rb', line 199

def lists
	l = @rtm.lists

	l.each do |k,v|
		puts v[:name]
	end
end