Method: PostRunner::EventList#to_s

Defined in:
lib/postrunner/EventList.rb

#to_sObject

Return the list as ASCII table



38
39
40
# File 'lib/postrunner/EventList.rb', line 38

def to_s
  list.to_s
end