Module: R2OAS::Deprecation::Behavior
- Included in:
- R2OAS::Deprecation
- Defined in:
- lib/r2-oas/support/deprecation/behavior.rb
Instance Method Summary collapse
Instance Method Details
#behavior ⇒ Object
16 17 18 |
# File 'lib/r2-oas/support/deprecation/behavior.rb', line 16 def behavior @behavior ||= [DEFAULT_BEHAVIORS[:stderr]] end |