Method: MDQT::CLI::Base#hey

Defined in:
lib/mdqt/cli/base.rb

#hey(comment) ⇒ Object



153
154
155
# File 'lib/mdqt/cli/base.rb', line 153

def hey(comment)
  STDERR.puts(comment)
end