class GrapeSwagger::Errors::SwaggerSpecDeprecated

Public Class Methods

tell!(what) click to toggle source
# File lib/grape-swagger/errors.rb, line 11
def tell!(what)
  warn "[GrapeSwagger] usage of #{what} is deprecated"
end