class List
Public Instance Methods
list()
click to toggle source
# File lib/commands/list.rb, line 7 def list each_presentation do |master,client| puts "#{File.basename(master)}" end end
# File lib/commands/list.rb, line 7 def list each_presentation do |master,client| puts "#{File.basename(master)}" end end