module Spinach::FileReporter::Reporter::GemDescription

Public Class Methods

to_s() click to toggle source
# File lib/spinach_file_reporter/gem_description.rb, line 6
          def to_s
            <<-EOF
            This is a console and file reporter for spinach. It works like output reporter of
            spinach and add a file reporter of the errors to a file
            EOF
          end