class Gem::Specification

def warning statement # :nodoc:

:nodoc:
def warning statement # :nodoc:
  @warnings += 1
  alert_warning statement
end