Method: OkComputer::CheckCollection#to_text

Defined in:
lib/ok_computer/check_collection.rb

#to_textObject

Public: The text of each check in the collection

Returns a String



28
29
30
# File 'lib/ok_computer/check_collection.rb', line 28

def to_text
  checks.map(&:to_text).join("\n")
end