Method: Inch::Utils::UI#warn

Defined in:
lib/inch/utils/ui.rb

#warn(text = '') ⇒ void

This method returns an undefined value.

Writes the given text to err

Parameters:

  • text (String) (defaults to: '')


41
42
43
# File 'lib/inch/utils/ui.rb', line 41

def warn(text = '')
  err.puts text
end