Method: Bundler::UI::Shell#error?

Defined in:
lib/bundler/ui/shell.rb

#error?Boolean

Returns:

  • (Boolean)

70
71
72
# File 'lib/bundler/ui/shell.rb', line 70

def error?
  level("error")
end