module R2OAS::Deprecation::Behavior

Public Instance Methods

behavior() click to toggle source
# File lib/r2-oas/support/deprecation/behavior.rb, line 16
def behavior
  @behavior ||= [DEFAULT_BEHAVIORS[:stderr]]
end