Exception: GrapeSwagger::Errors::SwaggerSpecDeprecated

Inherits:
SwaggerSpec
  • Object
show all
Defined in:
lib/grape-swagger/errors.rb

Class Method Summary collapse

Class Method Details

.tell!(what) ⇒ Object



9
10
11
# File 'lib/grape-swagger/errors.rb', line 9

def tell!(what)
  warn "[GrapeSwagger] usage of #{what} is deprecated"
end