class Gemfilelint::Offenses::Remote

Public Instance Methods

to_s() click to toggle source
# File lib/gemfilelint.rb, line 44
      def to_s
        <<~ERR
          Source \"#{name}\" is possibly misspelled, suggestions:
          #{suggestions.map { |suggestion| "   * #{suggestion}" }.join("\n")}
        ERR
      end