Method: Wordsmith::CLI#error

Defined in:
lib/wordsmith/cli.rb

#error(e) ⇒ Object



25
26
27
# File 'lib/wordsmith/cli.rb', line 25

def error(e)
  puts 'Error: ' + e.to_s
end