module DidYouMean::Correctable

Public Instance Methods

to_s() click to toggle source
# File lib/degica/core_ext/did_you_mean.rb, line 4
def to_s
  puts "Hmm... I'm not sure what you mean by (#{name}). Type (actions) for a list of commands.".highlight
end