class IDidMean::Formatter
Public Instance Methods
message_for(corrections)
click to toggle source
# File lib/i_did_mean/formatter.rb, line 5 def message_for(corrections) "\nYou probably meant '#{corrections.first}', autofixing that." end