Module: DidYouMean::Correctable
- Defined in:
- lib/degica/core_ext/did_you_mean.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
4 5 6 |
# 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 |